Skip to content

Commit 9e42282

Browse files
committed
merge artifacts into single archive
1 parent d36041c commit 9e42282

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cross-compile.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ jobs:
4444
with:
4545
name: mrml-ruby-${{ matrix.platform }}
4646
path: ${{ steps.cross-gem.outputs.gem-path }}
47+
merge-artifacts:
48+
runs-on: ubuntu-latest
49+
needs: cross-gem
50+
steps:
51+
- name: Merge artifacts
52+
uses: actions/upload-artifact/merge@v4
53+
with:
54+
name: cross-gem
55+
pattern: mrml-ruby-*

0 commit comments

Comments
 (0)