From 93161afe0c40865c05b1ee2a6b115618f4101587 Mon Sep 17 00:00:00 2001 From: Aleksey Proshutisnkiy Date: Tue, 9 May 2023 17:37:48 +0400 Subject: [PATCH] feat: fix builtin package path (#100) --- builtin-package/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin-package/package.sh b/builtin-package/package.sh index fdca00e..86b0938 100755 --- a/builtin-package/package.sh +++ b/builtin-package/package.sh @@ -35,7 +35,7 @@ echo "{}" | jq --arg trust_graph_cid "$TRUST_GRAPH_CID" --arg sqlite_cid "$SQLIT ( echo "*** create builtin distribution package ***" cd $PACKAGE_DIR/.. - tar -f trust-graph.tar.gz -zcv ./trust-graph + tar -f ../trust-graph.tar.gz -zcv ./trust-graph ) echo "*** done ***"