Browse Source

[gha] extract downloaded artifacts

Signed-off-by: R4SAS <r4sas@i2pmail.org>
master
R4SAS 2 months ago
parent
commit
4009eda24b
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      .github/workflows/commit.yml

4
.github/workflows/commit.yml

@ -80,8 +80,8 @@ jobs: @@ -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

Loading…
Cancel
Save