We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bebc7 commit f724cdcCopy full SHA for f724cdc
.github/workflows/release.yaml
@@ -91,6 +91,8 @@ jobs:
91
- build-installer
92
steps:
93
- uses: actions/download-artifact@v4
94
+ with:
95
+ merge-multiple: true
96
- name: Create hash files
97
run: |
98
for file in $(find . -type f -name "joinme.click-launcher-${{ github.ref_name }}-*")
0 commit comments