Skip to content

Commit

Permalink
proper nuget folder (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmarble authored Feb 11, 2024
1 parent d241d11 commit e2031c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
dotnet-gitversion /updateprojectfiles
rm -f bin/Debug/*.nupkg
dotnet pack
dotnet nuget push YNAB.Rest/bin/Debug/*.nupkg -s https://api.nuget.org/v3/index.json -k $nuget_api_key
dotnet nuget push YNAB.Rest/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k $nuget_api_key
- run:
name: Tag Release and Push Changes
Expand Down

0 comments on commit e2031c1

Please sign in to comment.