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

This commit is contained in:
Nick Guy 2024-05-27 17:04:32 +01:00
parent f140b2e8db
commit 6ef4f31105

View file

@ -23,6 +23,10 @@ jobs:
mkdir -v -p build/windows mkdir -v -p build/windows
godot --headless --verbose --export-release "Windows Desktop" build/windows/package.exe 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 - uses: actions/upload-artifact@v3
with: with:
name: artifacts name: artifacts