From 4009eda24b92bb3c5133b2a9d2b25e47c8add7fd Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 14 Sep 2024 16:34:13 +0300 Subject: [PATCH] [gha] extract downloaded artifacts Signed-off-by: R4SAS --- .github/workflows/commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 770c8ea..c7a8c6b 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -80,8 +80,8 @@ jobs: with: pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-* - - name: Display structure of downloaded files - run: ls -R + - name: Extract artifacts + run: unzip i2pdbrowser-${{ steps.commit.outputs.short }}-* - name: Creating pre-release uses: marvinpinto/action-automatic-releases@latest