Skip to content

Commit

Permalink
[CI] Nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Mar 26, 2024
1 parent d31c765 commit ed6c7cf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Nightly Build

on:
push:
branches: ["main"]

jobs:
Build-Package:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
name: Checkout Files

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Dotnet Publish
run: |
cd KonataNT
dotnet build KonataNT.csproj

0 comments on commit ed6c7cf

Please sign in to comment.