Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 30, 2024
1 parent 5e72d30 commit ab68f78
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-crate-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
ruby-versions: "3.4, 3.3, 3.2" # optional

- name: Upload Gem
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cross-gem
name: cross-gem-${{ matrix.ruby-platform }}
path: autocorrect-rb/pkg/

build_source:
Expand All @@ -79,9 +79,9 @@ jobs:
mv *.gem pkg/
- name: Upload Gem
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cross-gem
name: cross-gem-${{ matrix.ruby-platform }}
path: autocorrect-rb/pkg/

publish:
Expand All @@ -97,7 +97,6 @@ jobs:
bundler-cache: true
- uses: actions/download-artifact@v4
with:
name: cross-gem
path: pkg/

- name: Display structure of built gems
Expand Down

0 comments on commit ab68f78

Please sign in to comment.