From f724cdc3d6880c626e3021dd5516de363e5dd33b Mon Sep 17 00:00:00 2001 From: cetteup Date: Wed, 26 Jun 2024 23:13:41 +0200 Subject: [PATCH] fix(ci): Download all artifacts into same directory --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 }}-*")