Skip to content

Commit

Permalink
Let's try to fix the package folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmclaws committed May 23, 2024
1 parent 5124f40 commit 341c6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
# path: packages

- name: Push to NuGet
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --no-service-endpoint -s "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_API_KEY }}
run: dotnet nuget push "**/packages/*.nupkg" --skip-duplicate --no-service-endpoint -s "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_API_KEY }}

0 comments on commit 341c6d0

Please sign in to comment.