Skip to content

Commit

Permalink
fix: change from name -> pattern for download artifacts in publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo authored Nov 2, 2024
1 parent e2d8659 commit f6aaffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ jobs:
- name: Download Artifacts
uses: actions/[email protected]
with:
name: engine
pattern: engine-*
merge-multiple: true
path: .

- name: Extract build archives
Expand Down

0 comments on commit f6aaffc

Please sign in to comment.