Add Git repo to source archive
Some checks failed
Build / download-system-deps (push) Successful in 44s
Build / build-gentoo (push) Successful in 1m47s
Build / get-source-code (push) Successful in 3m39s
Build / build-appimage (push) Successful in 39s
Build / build-android (push) Successful in 13m36s
Build / build-windows (push) Failing after 1m44s

This commit is contained in:
Zachary Hall 2024-10-21 13:41:11 -07:00
parent a88d09ed0b
commit 1563acbd83

View file

@ -29,7 +29,7 @@ jobs:
- name: Set up SDL android project
run: ./setup.sh && ./setup-android-project.sh
- name: Create archive
run: rm source.tar.zst -f; tar --exclude-vcs -c --to-stdout --exclude=source.tar.zst ./* ./.* | zstd -19 -T0 -o source.tar.zst
run: rm source.tar.zst -f; tar -c --to-stdout --exclude=source.tar.zst ./* ./.* | zstd -19 -T0 -o source.tar.zst
- name: Upload source code
uses: actions/upload-artifact@v3
with: