Skip to content

Commit

Permalink
Fix ci publish (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Jan 31, 2025
2 parents b45f586 + 94bb43c commit 32c5b15
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,18 @@ jobs:
with:
name: 'docs-${{ matrix.os }}'
path: 'artifacts/docs/'
Merge:
runs-on: ubuntu-latest
needs: build
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: nuget
pattern: nuget-*
Publish:
needs:
- Build
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected]
needs: Merge
uses: RocketSurgeonsGuild/actions/.github/workflows/[email protected]
secrets:
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'

0 comments on commit 32c5b15

Please sign in to comment.