use bat instead

This commit is contained in:
2025-07-19 19:35:11 +10:00
parent 1558edf308
commit ac5ec3a37e
3 changed files with 2 additions and 5 deletions

View File

@@ -31,11 +31,8 @@ jobs:
Get-ChildItem -Path . -Filter "*.cfg" | Select-Object Name
- name: Windows Build
run: |
New-Item -ItemType Directory -Force -Path "build\windows"
& "D:\Godot\Godot_v4.4.1-stable_win64.exe" --headless --export-release "Windows Desktop" "build\windows\PNGTuber-Plus.exe"
Write-Host "Godot exit code: $LASTEXITCODE"
continue-on-error: false
run: .\build-windows.bat
shell: cmd
- name: Check Build Output
run: |

Binary file not shown.