Skip to content

Commit

Permalink
ci: fix download artifact pattern (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Feb 14, 2025
1 parent d6900da commit d210927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Download distribution
uses: actions/download-artifact@v4
with:
pattern: ${{ env.DIST }}-*
pattern: ${{ env.DIST }}*
merge-multiple: true
path: ${{ env.DIST }}

Expand Down

0 comments on commit d210927

Please # to comment.