Add test build.yaml
This commit is contained in:
parent
90b30fbd1f
commit
3c62da3174
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
- uses: https://github.com/abarichello/godot-ci@master
|
- uses: https://github.com/abarichello/godot-ci@master
|
||||||
with:
|
with:
|
||||||
GODOT_VERSION: 3.0.2
|
GODOT_VERSION: 3.0.2
|
||||||
run: |
|
- run: |
|
||||||
mkdir -v -p build/windows
|
mkdir -v -p build/windows
|
||||||
godot --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
|
godot --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
|
|
Reference in a new issue