Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gioce90 authored Dec 30, 2024
1 parent 81fd788 commit 63e71e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:

# Pack the NuGet package
- name: Pack the NuGet package
run: dotnet pack NuJet.sln --output ./artifacts
# run: dotnet pack NuJet.sln --configuration Release --output ./artifacts
run: dotnet pack NuJet --output ./artifacts
# run: dotnet pack NuJet --configuration Release --output ./artifacts

# Publish the NuGet package
- name: Publish to NuGet
Expand Down

0 comments on commit 63e71e6

Please sign in to comment.