Skip to content

Commit

Permalink
New build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Daws authored Jul 8, 2024
1 parent 97d08a0 commit 5f8794c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches:
- main
schedule:
- cron: "0 2 * * 1-5"

jobs:
build:
name: .NET Build
uses: EasyDesk/action-dotnet-build@1.0.0
with:
build-args: -r win-x64 -p:PublishSingleFile=true --self-contained true
build-configuration: Release
path: ../..

0 comments on commit 5f8794c

Please sign in to comment.