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 780bff4 commit 1d9a7c9Copy full SHA for 1d9a7c9
.github/workflows/ci.yml
@@ -37,14 +37,10 @@ jobs:
37
- name: Build gem
38
shell: bash
39
run: bundle exec rake gem:for_platform[${{ matrix.platform }}]
40
- - name: Move gems into separate directory before persisting
41
- run: |
42
- mkdir -p artifacts/gem
43
- mv pkg/*.gem artifacts/gem
44
- uses: actions/upload-artifact@v4
45
with:
46
name: gem-${{ matrix.platform }}
47
- path: artifacts/gem
+ path: pkg/*.gem
48
49
install-windows-mingw:
50
needs:
0 commit comments