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