Skip to content

New build workflow

New build workflow #1

Workflow file for this run

on:
push:
branches:
- main
schedule:
- cron: "0 2 * * 1-5"
jobs:
build:
name: .NET Build
uses: EasyDesk/action-dotnet-build@1.0.0

Check failure on line 11 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
build-args: -r win-x64 -p:PublishSingleFile=true --self-contained true
build-configuration: Release
path: ../..