Skip to content

Commit

Permalink
Fix Nuget Publish for 0.10.0-alpha release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson authored Jul 15, 2021
1 parent 19d9a9d commit 32a5068
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 @@ -77,7 +77,7 @@ jobs:
at: .\
- run:
name: "Publishing to nuget.org"
command: dotnet.exe nuget push "build\*nupkg" -k $env:NUGET_APIKEY -s https://api.nuget.org/v3/index.json
command: dotnet.exe nuget push "build\" -k $env:NUGET_APIKEY -s https://api.nuget.org/v3/index.json

workflows:
version: 2
Expand Down

0 comments on commit 32a5068

Please sign in to comment.