Skip to content

Commit

Permalink
Update upload/download-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
driv3r committed Sep 11, 2024
1 parent 14abbfb commit b6b330d
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 @@ -25,7 +25,7 @@ jobs:
- name: Upload debs
uses: actions/upload-artifact@v4
with:
name: debs-${{ github.sha }}
name: debs-${{ github.sha }}-${{ matrix.runner }}
path: build/ghostferry*

release:
Expand All @@ -36,7 +36,8 @@ jobs:
- name: Fetch uploaded artifacts
uses: actions/download-artifact@v4
with:
name: debs-${{ github.sha }}
pattern: debs-${{ github.sha }}-*
+ merge-multiple: true
- name: shasum
shell: bash
run: |
Expand Down

0 comments on commit b6b330d

Please sign in to comment.