Add test build.yaml
This commit is contained in:
parent
802de733a8
commit
47e26f0c6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
unzip Godot_v3.5.3-stable_x11.64.zip
|
||||||
mkdir -v -p build/windows
|
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
|
build/.tools/Godot_v3.5.3-stable_x11.64 --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue