Skip to content

Commit

Permalink
Fix CI upload-artifact config
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 4, 2024
1 parent 2bcaddf commit 9af62bd
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cross-gem-pkg
name: bundle-artifact-${{ matrix.ruby-platform }}
path: pkg/

build_source:
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Upload Gem
uses: actions/upload-artifact@v4
with:
name: source
name: bundle-artifact-source
path: pkg/

publish:
Expand All @@ -76,11 +76,8 @@ jobs:
bundler-cache: true
- uses: actions/download-artifact@v4
with:
name: cross-gem-pkg
path: pkg/
- uses: actions/download-artifact@v4
with:
name: cross-gem-source
name: bundle-artifact-*
merge-multiple: true
path: pkg/

- name: Display structure of built gems
Expand Down

0 comments on commit 9af62bd

Please sign in to comment.