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) Failing after 1m41s
Build / build-gentoo (push) Successful in 1m42s
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 d28fe03de4

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: 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: