Skip to content

Commit f724cdc

Browse files
committed
fix(ci): Download all artifacts into same directory
1 parent a9bebc7 commit f724cdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
- build-installer
9292
steps:
9393
- uses: actions/download-artifact@v4
94+
with:
95+
merge-multiple: true
9496
- name: Create hash files
9597
run: |
9698
for file in $(find . -type f -name "joinme.click-launcher-${{ github.ref_name }}-*")

0 commit comments

Comments
 (0)