Skip to content

Update main.yml

Update main.yml #4

Workflow file for this run

on:
push:
branches:
- main
schedule:
- cron: "0 2 * * 1-5"
jobs:
build:
name: .NET Build
uses: .github/workflows/build.yml@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 prefixed with format 'owner/repository/' or './' for local workflows
with:
build-args: -r win-x64 -p:PublishSingleFile=true --self-contained true
build-configuration: Release
path: ../..