Skip to content

Commit

Permalink
fix package path.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinin committed Feb 19, 2024
1 parent 6ccb94b commit d8eece3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
shell: powershell
- name: Publish Packages
run:
dotnet nuget push ./aspnet-core/LocalNuget/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
dotnet nuget push *.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols
working-directory: .\aspnet-core\LocalNuget

0 comments on commit d8eece3

Please sign in to comment.