Skip to content

Commit

Permalink
Ensure release workflow downloads all package artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Jan 3, 2024
1 parent 3c73577 commit dcc7b5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- name: Get packages
uses: actions/[email protected]
with:
name: ${{ needs.ci.outputs.artifact-name }}
pattern: ${{ needs.ci.outputs.artifact-name }}-*
merge-multiple: true

- name: Extract ${{ matrix.package }}
run: |
Expand Down

0 comments on commit dcc7b5e

Please sign in to comment.