Skip to content

Commit 32c5b15

Browse files
authored
Fix ci publish (#1441)
2 parents b45f586 + 94bb43c commit 32c5b15

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/ci.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,18 @@ jobs:
168168
with:
169169
name: 'docs-${{ matrix.os }}'
170170
path: 'artifacts/docs/'
171+
Merge:
172+
runs-on: ubuntu-latest
173+
needs: build
174+
steps:
175+
- name: Merge Artifacts
176+
uses: actions/upload-artifact/merge@v4
177+
with:
178+
name: nuget
179+
pattern: nuget-*
171180
Publish:
172-
needs:
173-
- Build
174-
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected]
181+
needs: Merge
182+
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected]
175183
secrets:
176184
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
177185
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'

0 commit comments

Comments
 (0)