This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
test/.forgejo/workflows/build.yaml
Nick Guy 90b30fbd1f
Some checks failed
/ build (push) Failing after 0s
/ test (push) Successful in 1s
Add test build.yaml
2024-05-27 16:55:54 +01:00

15 lines
No EOL
407 B
YAML

on: [push]
jobs:
build:
runs-on: docker
steps:
- uses: https://github.com/abarichello/godot-ci@master
with:
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
path: ../build