Skip to content

Commit 2450683

Browse files
committed
fix artifact selection for push to nuget.org in cd
1 parent 2f8a268 commit 2450683

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ jobs:
134134
files: |
135135
artifacts/**
136136
- name: Push NuGet Packages (NuGet.org)
137-
run: dotnet nuget push artifacts/*.nupkg -k ${{secrets.NUGET_STIRLINGLABS_API_KEY}} -s https://api.nuget.org/v3/index.json -n 1 --skip-duplicate || true
137+
run: dotnet nuget push artifacts/**/*.nupkg -k ${{secrets.NUGET_STIRLINGLABS_API_KEY}} -s https://api.nuget.org/v3/index.json -n 1 --skip-duplicate || true

.idea/.idea.StirlingLabs.MsQuic/.idea/indexLayout.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)