Skip to content

idk man

idk man #6

Workflow file for this run

on:
push
schedule:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
- cron: "0 2 * * 1-5"
jobs:
build:
name: .NET Build
uses: .github/workflows/build.yml@1.0.0
with:
build-args: -r win-x64 -p:PublishSingleFile=true --self-contained true
build-configuration: Release
path: ../..