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

This commit is contained in:
2026-02-21 10:56:07 +01:00
parent 80306bd095
commit 25aec40d03
2 changed files with 1 additions and 2 deletions

View File

@@ -89,7 +89,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