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