Skip to content

Commit

Permalink
Fix CI publish to Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
flarive committed Jan 10, 2025
1 parent e4801f8 commit 09f4672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup .NET SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: 9.0.x
- name: Build
run: dotnet build -c Release
- name: Test
Expand Down

0 comments on commit 09f4672

Please sign in to comment.