feat: fix builtin package path (#100)

This commit is contained in:
Aleksey Proshutisnkiy 2023-05-09 17:37:48 +04:00 committed by GitHub
parent 11fd2de7b6
commit 93161afe0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ echo "{}" | jq --arg trust_graph_cid "$TRUST_GRAPH_CID" --arg sqlite_cid "$SQLIT
( (
echo "*** create builtin distribution package ***" echo "*** create builtin distribution package ***"
cd $PACKAGE_DIR/.. cd $PACKAGE_DIR/..
tar -f trust-graph.tar.gz -zcv ./trust-graph tar -f ../trust-graph.tar.gz -zcv ./trust-graph
) )
echo "*** done ***" echo "*** done ***"