Skip to content

Commit

Permalink
Add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ptvty committed Mar 29, 2024
1 parent 1a65985 commit faf0847
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
on: ["push"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
- name: Install dependencies
run: dotnet restore
- name: Publish for win-x64
run: dotnet publish -r win-x64


0 comments on commit faf0847

Please sign in to comment.