export fix
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 21s
Create tag and build when new code gets to main / Export (push) Successful in 4m53s

This commit is contained in:
2026-02-26 17:55:02 +01:00
parent ab69fa9323
commit 175e67d2d6
2 changed files with 5 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ 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
ls -la build/windows
# - name: Setup Butler
# shell: bash