Skip to content

Commit

Permalink
ci: Adjust Nuget Push command
Browse files Browse the repository at this point in the history
(cherry picked from commit de17c3a)
  • Loading branch information
agneszitte authored and mergify[bot] committed Sep 13, 2024
1 parent e645143 commit 63fa375
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 @@ -243,4 +243,4 @@ jobs:
- name: NuGet Push
shell: pwsh
run: |
dotnet nuget push artifacts\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_API_KEY }}
dotnet nuget push artifacts/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_API_KEY }}

0 comments on commit 63fa375

Please sign in to comment.