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
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:
parent
a88d09ed0b
commit
1563acbd83
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Set up SDL android project
|
- name: Set up SDL android project
|
||||||
run: ./setup.sh && ./setup-android-project.sh
|
run: ./setup.sh && ./setup-android-project.sh
|
||||||
- name: Create archive
|
- 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
|
- name: Upload source code
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue