15 lines
No EOL
322 B
YAML
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 |