lets just use the direct path lmao

This commit is contained in:
2025-07-19 19:05:01 +10:00
parent e9c8be2bd9
commit 1d230138a2

View File

@@ -25,7 +25,7 @@ jobs:
- name: Windows Build
run: |
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"
D:\Godot\Godot_v4.4.1-stable_win64.exe --headless --verbose --export-release "Windows Desktop" "build\windows\$env:EXPORT_NAME.exe"
- name: Upload Windows Build
uses: actions/upload-artifact@v4