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
Workflow config file is invalid. Please check your config file: yaml: line 5: did not find expected '-' indicator
Nick Guy b7b481e873
All checks were successful
/ test (push) Successful in 0s
Add test build.yaml
2024-05-27 16:51:44 +01:00

15 lines
No EOL
322 B
YAML

on: [push]
jobs:
build:
runs-on: docker
steps:
- uses: https://github.com/abarichello/godot-ci@master
with:
GODOT_VERSION: 3.0.2
EXPORT_NAME: test
PROJECT_PATH: ./
- uses: actions/upload-artifact@v3
with:
name: artifacts
path: ../build