Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Nov 15, 2023
1 parent 8f1316d commit eb89781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Build with dotnet
run: dotnet build --configuration Release
working-directory: ./src
Expand All @@ -26,4 +26,4 @@ jobs:
working-directory: ./src
- name: Push nuget package
run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
working-directory: ./src
working-directory: ./src

0 comments on commit eb89781

Please sign in to comment.