From 22939abb2db225a9aaaaea762de24df67ab29243 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 14 Sep 2024 16:39:46 +0300 Subject: [PATCH] [gha] merge artifacts (do not create subdir) Signed-off-by: R4SAS --- .github/workflows/commit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index c7a8c6b..2aa3cbf 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -79,9 +79,7 @@ jobs: uses: actions/download-artifact@v4 with: pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-* - - - name: Extract artifacts - run: unzip i2pdbrowser-${{ steps.commit.outputs.short }}-* + merge-multiple: true - name: Creating pre-release uses: marvinpinto/action-automatic-releases@latest