debug
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 24s
Create tag and build when new code gets to main / Export (push) Successful in 8m17s

This commit is contained in:
2026-05-16 21:57:04 +02:00
parent d302d75238
commit 415897b7b0
4 changed files with 12 additions and 3 deletions

View File

@@ -172,7 +172,13 @@ jobs:
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
zip -r Windows.zip build/windows
- name: Upload build as artifact
uses: actions/upload-artifact@v3-node20
with:
name: Windows build
path: ${{ github.workspace }}/Windows.zip
# - name: Setup Butler
# shell: bash
# env: