Add test build.yaml
This commit is contained in:
parent
04c6443943
commit
90b30fbd1f
1 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@ 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
|
||||||
EXPORT_NAME: test
|
run: |
|
||||||
PROJECT_PATH: ./
|
mkdir -v -p build/windows
|
||||||
|
godot --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
|
Reference in a new issue