We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 399c990 + 9a504f4 commit cdeca0cCopy full SHA for cdeca0c
.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