Skip to content

Commit

Permalink
Remove moving built gems into separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Apr 30, 2024
1 parent 780bff4 commit 1d9a7c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Expand Up @@ -37,14 +37,10 @@ jobs:
- name: Build gem
shell: bash
run: bundle exec rake gem:for_platform[${{ matrix.platform }}]
- name: Move gems into separate directory before persisting
run: |
mkdir -p artifacts/gem
mv pkg/*.gem artifacts/gem
- uses: actions/upload-artifact@v4
with:
name: gem-${{ matrix.platform }}
path: artifacts/gem
path: pkg/*.gem

install-windows-mingw:
needs:
Expand Down

0 comments on commit 1d9a7c9

Please sign in to comment.