|
|
@ -79,9 +79,7 @@ jobs: |
|
|
|
uses: actions/download-artifact@v4 |
|
|
|
uses: actions/download-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-* |
|
|
|
pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-* |
|
|
|
|
|
|
|
merge-multiple: true |
|
|
|
- name: Extract artifacts |
|
|
|
|
|
|
|
run: unzip i2pdbrowser-${{ steps.commit.outputs.short }}-* |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Creating pre-release |
|
|
|
- name: Creating pre-release |
|
|
|
uses: marvinpinto/action-automatic-releases@latest |
|
|
|
uses: marvinpinto/action-automatic-releases@latest |
|
|
|