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