Compare commits

..

3 Commits

Author SHA1 Message Date
8d2fe1001e trying to fix CI
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 22s
Create tag and build when new code gets to main / Export (push) Successful in 7m29s
Create tag and build when new code gets to main / Test (push) Failing after 9m58s
2026-02-22 15:25:15 +01:00
25aec40d03 trying to fix CI
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 22s
Create tag and build when new code gets to main / Test (push) Failing after 7m33s
Create tag and build when new code gets to main / Export (push) Successful in 8m6s
2026-02-21 10:56:07 +01:00
80306bd095 trying to fix CI
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 23s
Create tag and build when new code gets to main / Test (push) Failing after 6m45s
Create tag and build when new code gets to main / Export (push) Successful in 7m53s
2026-02-20 18:08:16 +01:00

View File

@@ -58,6 +58,7 @@ jobs:
timeout: 1
publish-report: false
upload-report: false
arguments: "--verbose --headless --import"
- name: Upload test report
uses: actions/upload-artifact@v3-node20
@@ -89,7 +90,6 @@ jobs:
run: |
mkdir -v -p build/windows
${{ steps.setup-godot.outputs.godot_bin }} --headless --verbose --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
zip -r Windows.zip build/windows
# - name: Setup Butler
# shell: bash