Add test build.yaml
Some checks failed
/ build (push) Failing after 14s
/ test (push) Successful in 1s

This commit is contained in:
Nick Guy 2024-05-27 17:01:44 +01:00
parent 802de733a8
commit 47e26f0c6d

View file

@ -10,7 +10,7 @@ jobs:
wget https://github.com/godotengine/godot/releases/download/3.5.3-stable/Godot_v3.5.3-stable_x11.64.zip
unzip Godot_v3.5.3-stable_x11.64.zip
mkdir -v -p build/windows
cd ..
cd ../..
build/.tools/Godot_v3.5.3-stable_x11.64 --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
- uses: actions/upload-artifact@v3
with: