Skip to content

Commit

Permalink
Fixed path in Publish to NuGet step
Browse files Browse the repository at this point in the history
  • Loading branch information
markwhitaker committed Oct 7, 2020
1 parent 66f9d7f commit 3fed3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: dotnet pack -c Release -o nugetPackage -p:PackageVersion=${{ steps.gitversion.outputs.legacySemVer }}

- name: Publish to NuGet
run: dotnet nuget push nugetPackage/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push MimeTypes/nugetPackage/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit 3fed3b8

Please sign in to comment.