Skip to content

Commit

Permalink
fix: it's pattern not name
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Feb 29, 2024
1 parent b920243 commit 62ebd14
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 @@ -246,7 +246,7 @@ jobs:
- name: "Download Github Artifacts"
uses: actions/download-artifact@v4
with:
name: artifacts-*
pattern: artifacts-*
path: artifacts
merge-multiple: true
- name: Cleanup
Expand Down

0 comments on commit 62ebd14

Please sign in to comment.