We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52dab1 commit bc576efCopy full SHA for bc576ef
.github/workflows/dotnetcore.yml
@@ -49,4 +49,4 @@ jobs:
49
run: dotnet pack --no-build --no-restore --output Wokhan.Core/bin/Release/ --configuration Release -p:PackageVersion=${{ env.PACKAGE_VERSION }}
50
51
- name: Publish
52
- run: dotnet nuget push Wokhan.Core/bin/Release/Wokhan.Core;${{ env.PACKAGE_VERSION }}.nupkg --api-key ${{ secrets.nuget_apikey }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push Wokhan.Core/bin/Release/Wokhan.Core.${{ env.PACKAGE_VERSION }}.nupkg --api-key ${{ secrets.nuget_apikey }} --source https://api.nuget.org/v3/index.json
0 commit comments