Add test build.yaml
Some checks failed
/ build (push) Failing after 0s
/ test (push) Successful in 1s

This commit is contained in:
Nick Guy 2024-05-27 16:55:54 +01:00
parent 04c6443943
commit 90b30fbd1f

View file

@ -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