Skip to content

Commit

Permalink
Fix typo in Release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored and ihnorton committed Feb 24, 2025
1 parent cd36940 commit 86d00f9
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 @@ -164,7 +164,7 @@ jobs:
- name: Download release artifacts
uses: actions/download-artifact@v4
with:
name: release-*
pattern: release-*
merge-multiple: true
path: dist
- name: Publish release artifacts
Expand Down

0 comments on commit 86d00f9

Please sign in to comment.