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 09c10aa commit 21382e7Copy full SHA for 21382e7
.github/workflows/automatic_deploy_nuget.yml
@@ -26,4 +26,4 @@ jobs:
26
working-directory: ./src
27
28
- name: Push package to NuGet.org
29
- run: dotnet nuget push ../packages/One.More.Lib.For.MediatR.${{ github.event.release.tag_name }}.nupkg --api-key ${{ secrets.NUGET_PACKAGES }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./packages/One.More.Lib.For.MediatR.${{ github.event.release.tag_name }}.nupkg --api-key ${{ secrets.NUGET_PACKAGES }} --source https://api.nuget.org/v3/index.json
0 commit comments