Skip to content

Commit

Permalink
build: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Mar 16, 2024
1 parent 9141957 commit 9bcf31f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: 'Upload build artifact'
uses: actions/upload-artifact@v4
with:
name: artifacts
name: artifacts-${{ runner.os }}-${{ runner.arch }}
path: |
dist/*.zip
dist/*.tar.gz
Expand All @@ -148,6 +148,10 @@ jobs:

- name: 'Download all artifacts'
uses: actions/download-artifact@v4
with:
path: artifacts
pattern: artifacts-*
merge-multiple: true

- name: 'Set up Java'
uses: actions/setup-java@v4
Expand Down

0 comments on commit 9bcf31f

Please sign in to comment.