Skip to content

Fixing the build actions #2

Fixing the build actions

Fixing the build actions #2

Workflow file for this run

on:
push:
branches:
- main
schedule:
- cron: "0 2 * * 1-5"
jobs:
build:
name: .NET Build
uses: build.yml

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: no version specified
with:
build-args: -r win-x64 -p:PublishSingleFile=true --self-contained true
build-configuration: Release
path: ../..