Skip to content

Commit

Permalink
[Fix] Fixed a fix. Haha. Should really find a way to test GitHub acti…
Browse files Browse the repository at this point in the history
…ons prior to committing changes... :-/
  • Loading branch information
wokhan committed Feb 27, 2021
1 parent 1e34fff commit 267d037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: msbuild -t:pack /restore /p:Configuration=Release /p:Version=${{ steps.getVersion.outputs.result }}

- name: Publish
run: nuget push bin/Release/Wokhan.UI.${{ steps.getVersion.output .result }}.nupkg -ApiKey ${{ secrets.nuget_apikey }} -Source https://api.nuget.org/v3/index.json
run: nuget push Wokhan.UI/bin/Release/Wokhan.UI.${{ steps.getVersion.outputs.result }}.nupkg -ApiKey ${{ secrets.nuget_apikey }} -Source https://api.nuget.org/v3/index.json

0 comments on commit 267d037

Please sign in to comment.