Skip to content

Commit 5dcaa2e

Browse files
author
Pascal Libaud
committed
2 parents 6bf8f25 + 21382e7 commit 5dcaa2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

.github/workflows/manual_deploy_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
working-directory: ./src
3131

3232
- name: Push package to NuGet.org
33-
run: dotnet nuget push ../packages/One.More.Lib.For.MediatR.${{ github.event.inputs.version }}.nupkg --api-key ${{ secrets.NUGET_PACKAGES }} --source https://api.nuget.org/v3/index.json
33+
run: dotnet nuget push ./packages/One.More.Lib.For.MediatR.${{ github.event.inputs.version }}.nupkg --api-key ${{ secrets.NUGET_PACKAGES }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)