File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments