Skip to content

Commit

Permalink
Fix path to publish to NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 committed Aug 14, 2024
1 parent eb79f0c commit 75c50d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
uses: actions/setup-dotnet@v4

- name: Publish NuGet Package
run: dotnet nuget push *nupkg --skip-duplicate --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "Packages/*nupkg" --skip-duplicate --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json

0 comments on commit 75c50d6

Please sign in to comment.