We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e313c commit 35052f6Copy full SHA for 35052f6
.github/workflows/branches-ubuntu.yml
@@ -86,4 +86,4 @@ jobs:
86
env:
87
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
88
- name: Publish the package to GPR
89
- run: for p in ./nupkg/*.nupkg; do dotnet nuget push $p -k ${{secrets.GITHUB_TOKEN}} --skip-duplicate; done
+ run: cd ./nupkg && dotnet nuget push *.nupkg -k ${{secrets.GITHUB_TOKEN}} --skip-duplicate
0 commit comments