Add debug ls
Some checks failed
/ build (push) Failing after 39s

This commit is contained in:
Nick Guy 2024-05-27 17:23:47 +01:00
parent 7b149697c2
commit f8ef4997fb

View file

@ -22,6 +22,7 @@ jobs:
&& rm -f Godot_v${{ vars.GODOT_VERSION }}-${{ vars.RELEASE_NAME}}_export_templates.tpz Godot_v${{ vars.GODOT_VERSION }}-${{ vars.RELEASE_NAME}}_${{ vars.GODOT_PLATFORM}}.zip
mkdir -v -p build/windows
ls
godot --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
- uses: actions/upload-artifact@v3
with: