Add test build.yaml
This commit is contained in:
parent
f140b2e8db
commit
6ef4f31105
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ jobs:
|
|||
|
||||
mkdir -v -p build/windows
|
||||
godot --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
|
||||
with:
|
||||
GODOT_VERSION: 3.0.2
|
||||
RELEASE_NAME: stable
|
||||
GODOT_PLATFORM: limux.x86_64
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifacts
|
||||
|
|
Reference in a new issue