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

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