Skip to content

Commit 1d9a7c9

Browse files
committed
Remove moving built gems into separate directory
1 parent 780bff4 commit 1d9a7c9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,10 @@ jobs:
3737
- name: Build gem
3838
shell: bash
3939
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
4440
- uses: actions/upload-artifact@v4
4541
with:
4642
name: gem-${{ matrix.platform }}
47-
path: artifacts/gem
43+
path: pkg/*.gem
4844

4945
install-windows-mingw:
5046
needs:

0 commit comments

Comments
 (0)