Skip to content

Commit

Permalink
merge artifacts into single archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Jul 4, 2024
1 parent d36041c commit 9e42282
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ jobs:
with:
name: mrml-ruby-${{ matrix.platform }}
path: ${{ steps.cross-gem.outputs.gem-path }}
merge-artifacts:
runs-on: ubuntu-latest
needs: cross-gem
steps:
- name: Merge artifacts
uses: actions/upload-artifact/merge@v4
with:
name: cross-gem
pattern: mrml-ruby-*

0 comments on commit 9e42282

Please sign in to comment.