Skip to content

try fix ci

try fix ci #4

Workflow file for this run

name: Build Canary
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
build:
name: Build
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Setup Nuget
run: |
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org || exit 0
- name: Build
shell: powershell
run: |
.\Packaging\Build.ps1 -Mode Canary