Skip to content

Commit

Permalink
(fix) Suffix artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
devqik committed Feb 8, 2025
1 parent 07a0b31 commit 5e3448b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: binaries
name: binaries-${{ matrix.target }}
path: |
solarboat-*.tar.gz
solarboat-*.zip
Expand All @@ -84,7 +84,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: binaries
pattern: binaries-*
merge-multiple: true

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5e3448b

Please sign in to comment.