mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
wsl to windows
This commit is contained in:
6
.github/workflows/build-windows.yml
vendored
6
.github/workflows/build-windows.yml
vendored
@@ -24,9 +24,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Windows Build
|
- name: Windows Build
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build/windows
|
New-Item -ItemType Directory -Force -Path "build\windows"
|
||||||
Godot_v4.4.1-stable_win64.exe --headless --verbose --export-release "Windows Desktop" build/windows/$EXPORT_NAME.exe
|
Godot_v4.4.1-stable_win64.exe --headless --verbose --export-release "Windows Desktop" "build\windows\$env:EXPORT_NAME.exe"
|
||||||
shell: bash
|
shell: pwsh
|
||||||
|
|
||||||
- name: Upload Windows Build
|
- name: Upload Windows Build
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user