Skip to content

add github workflow

add github workflow #1

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: "ubuntu-22.04"
steps:

Check failure on line 8 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
-uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- uses: cachix/cachix-action@v13
with:
name: mlabs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build GDExtension for Windows
run: nix build .#libcsl_godot-win
- uses: actions/upload-artifact@v4
path: result/bin/csl_godot.dll
with:
name: libcsl_godot-win
- name: Build Demo app for Windows
run: nix build .#csl_demo-win
- uses: actions/upload-artifact@v4
path: result/bin/
with:
name: csl_demo-win