Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
- fix label for dotnet 8.0 build step
  • Loading branch information
KrzysFR authored Jan 17, 2024
1 parent ba5d2cd commit 430ddff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build with dotnet (net6.0)
- name: Build with dotnet (net8.0)
run: dotnet build --configuration Release -f net8.0
- name: Build NuGet Packages
run: dotnet pack --configuration Release --output Redist
Expand Down

0 comments on commit 430ddff

Please sign in to comment.