Skip to content

Commit 21382e7

Browse files
Update automatic_deploy_nuget.yml
1 parent 09c10aa commit 21382e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automatic_deploy_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
working-directory: ./src
2727

2828
- 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
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

0 commit comments

Comments
 (0)