Skip to content

Commit

Permalink
Set merge-multiple for github release artifact download workflow (#1136)
Browse files Browse the repository at this point in the history
Use actions/download-artifact@v4 workflow version and set merge-multiple
flat to true.
  • Loading branch information
BartoszCiesla authored Aug 15, 2024
1 parent 3582eeb commit 82b9e5e
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 @@ -242,9 +242,10 @@ jobs:
uses: actions/checkout@v4

- name: Download all artifacts
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@v4
with:
path: all_artifacts
merge-multiple: true

- name: Zip artifacts for each platform
run: |
Expand Down

0 comments on commit 82b9e5e

Please sign in to comment.