From f908f9b5be3ca94bd4df62abc8e73080c92e3b94 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 4 Oct 2023 11:57:49 -0400 Subject: [PATCH] Change tarball script to push it to the parent directory --- scripts/tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tarball.sh b/scripts/tarball.sh index d2b57f9..85c10b7 100755 --- a/scripts/tarball.sh +++ b/scripts/tarball.sh @@ -11,4 +11,4 @@ mkdir .cargo cp ../../scripts/config.toml .cargo/config.toml cd ../../ -tar --exclude='*build*' --exclude='.idea' --exclude='.clang-format' --exclude='astra-source.tar.gz' --exclude-vcs -zcvf astra-source.tar.gz . +tar --exclude='*build*' --exclude='.idea' --exclude='.clang-format' --exclude='astra-source.tar.gz' --exclude-vcs -zcvf ../astra-source.tar.gz .