Skip to content

Commit 35052f6

Browse files
committed
cd into nupkg dir
1 parent d5e313c commit 35052f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branches-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
env:
8787
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
8888
- 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
89+
run: cd ./nupkg && dotnet nuget push *.nupkg -k ${{secrets.GITHUB_TOKEN}} --skip-duplicate

0 commit comments

Comments
 (0)