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 b45f586 commit 94bb43cCopy full SHA for 94bb43c
.github/workflows/ci.yml
@@ -168,10 +168,18 @@ jobs:
168
with:
169
name: 'docs-${{ matrix.os }}'
170
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-*
180
Publish:
- needs:
- - Build
- uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected]
181
+ needs: Merge
182
+ uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected]
183
secrets:
184
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
185
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'
0 commit comments