Skip to content

add godot ci action

add godot ci action #9

Workflow file for this run

name: CI
on: push
jobs:
build-check:
runs-on: ubuntu-latest
strategy:
matrix:
platform: ["Windows Desktop", "Linux", "Web"]
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Build
id: build
uses: felix-schindler/[email protected]
with:
name: talo-godot-plugin
preset: ${{ matrix.platform }}
debugMode: "true"
projectDir: ""
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform }}-${{ github.ref_name }}
path: ${{ steps.build.outputs.build }}