From e44b3473c34f9d67a2d47770c1f8e35a1d6d7cbf Mon Sep 17 00:00:00 2001 From: edutomesco Date: Thu, 26 Sep 2024 15:06:32 +0200 Subject: [PATCH] hot-fix | fix release download artifacts path --- .github/actions/release_zip/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/release_zip/action.yml b/.github/actions/release_zip/action.yml index 965bbdec..e8306abc 100644 --- a/.github/actions/release_zip/action.yml +++ b/.github/actions/release_zip/action.yml @@ -19,6 +19,7 @@ runs: - name: Download lib uses: actions/download-artifact@v4 with: + path: ${{ inputs.artifact }} pattern: ${{ inputs.artifact }}* merge-multiple: true - name: Compress