Skip to content

Commit

Permalink
Merge pull request #44 from Afischbacher/develop
Browse files Browse the repository at this point in the history
fixed yaml
  • Loading branch information
Afischbacher authored Dec 31, 2023
2 parents 65c0959 + a4b787c commit ed48620
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit ed48620

Please sign in to comment.