wsl to windows

This commit is contained in:
2025-07-19 19:00:42 +10:00
parent e73d5a6996
commit 1f87843d7b

View File

@@ -24,9 +24,9 @@ jobs:
- name: Windows Build
run: |
mkdir -p build/windows
Godot_v4.4.1-stable_win64.exe --headless --verbose --export-release "Windows Desktop" build/windows/$EXPORT_NAME.exe
shell: bash
New-Item -ItemType Directory -Force -Path "build\windows"
Godot_v4.4.1-stable_win64.exe --headless --verbose --export-release "Windows Desktop" "build\windows\$env:EXPORT_NAME.exe"
shell: pwsh
- name: Upload Windows Build
uses: actions/upload-artifact@v4