Update creation of source code archive
Some checks failed
Build / build-gentoo (push) Successful in 1m40s
Build / get-source-code (push) Successful in 2m57s
Build / build-android (push) Failing after 42s
Build / build-windows (push) Failing after 10s
Build / build-appimage (push) Failing after 1m23s

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

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 --exclude-vcs-ignores -c --to-stdout --exclude source.tar.zst . | zstd -19 -o source.tar.zst
- name: Upload source code - name: Upload source code
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: