Update creation of source code archive
Some checks failed
Build / build-android (push) Waiting to run
Build / build-windows (push) Waiting to run
Build / get-source-code (push) Successful in 2m5s
Build / build-gentoo (push) Successful in 2m17s
Build / build-appimage (push) Has been cancelled

This commit is contained in:
Zachary Hall 2024-10-20 15:43:24 -07:00
parent abf5d9d0e3
commit 223b5e34c6

View file

@ -17,7 +17,7 @@ jobs:
- name: Install ZSTD compressor - name: Install ZSTD compressor
run: apt-get update && apt-get install -y zstd run: apt-get update && apt-get install -y zstd
- name: Create archive - name: Create archive
run: tar -cf source.tar . && zstd -19 source.tar run: rm source.tar.zst -f; tar --exclude-vcs -c --to-stdout --exclude=source.tar.zst ./* ./.* | zstd -19 -T0 -o source.tar.zst
- name: Upload source code - name: Upload source code
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: