diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3574f4e..043f690 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -91,6 +91,8 @@ jobs: - build-installer steps: - uses: actions/download-artifact@v4 + with: + merge-multiple: true - name: Create hash files run: | for file in $(find . -type f -name "joinme.click-launcher-${{ github.ref_name }}-*")