mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
Change tarball script to push it to the parent directory
This commit is contained in:
parent
f7159ed697
commit
f908f9b5be
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ mkdir .cargo
|
||||||
cp ../../scripts/config.toml .cargo/config.toml
|
cp ../../scripts/config.toml .cargo/config.toml
|
||||||
cd ../../
|
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 .
|
||||||
|
|
Loading…
Add table
Reference in a new issue