We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c06b0 commit 9a504f4Copy full SHA for 9a504f4
.github/workflows/dotnet.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Create Package for Nuget.org\
23
run: dotnet pack
24
- name: Publish Package to Nuget.org
25
- run: dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Debug/Xero.NetStandard.OAuth2.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./Xero.NetStandard.OAuth2/bin/Release/Xero.NetStandard.OAuth2.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.NUGET_APIKEY }} --source https://api.nuget.org/v3/index.json
0 commit comments