Skip to content

Commit

Permalink
Fix ci publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Jan 30, 2025
1 parent b45f586 commit 94bb43c
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/publish-nuget.yml@v0.3.3
needs: Merge
uses: RocketSurgeonsGuild/actions/.github/workflows/publish-nuget.yml@v0.3.15
secrets:
RSG_NUGET_API_KEY: '${{ secrets.RSG_NUGET_API_KEY }}'
RSG_AZURE_DEVOPS: '${{ secrets.RSG_AZURE_DEVOPS }}'

0 comments on commit 94bb43c

Please sign in to comment.