Skip to content

Commit 01c0d56

Browse files
committed
nuget client auto-pushes matching *.snupkg
1 parent bd64494 commit 01c0d56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,12 @@ jobs:
182182
- name: Publish to nuget.org
183183
env:
184184
NUGET_API_KEY: ${{ secrets.NUGET_ORG_API_KEY_navidataIO }}
185+
working-directory: ./artifacts
185186
run: |
186187
dotnet nuget push \
187-
./artifacts/*nupkg \
188+
"*.nupkg" \
188189
--api-key ${{env.NUGET_API_KEY}} \
189-
--source https://api.nuget.org/v3/index.json
190+
--source https://api.nuget.org/v3/index.json \
190191
- name: Job Summary
191192
run: |
192193
echo "## Published $VERSION to nuget.org" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)