Skip to content

Commit

Permalink
Fix artifacts upload/download
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Apr 24, 2024
1 parent 175c660 commit 7343f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: bin
name: bin-${{ matrix.runs-on }}
path: bin
retention-days: 3
merge-multiple: true
publish:
needs: build
runs-on: ubuntu-latest
Expand All @@ -89,8 +88,9 @@ jobs:
- name: Download bundled files
uses: actions/download-artifact@v4
with:
name: bin
path: bin
pattern: bin-*
merge-multiple: true
- run: yarn install
- run: yarn build
- name: Publish to NPM
Expand Down

0 comments on commit 7343f42

Please sign in to comment.