Browse Source

[gha] print downloaded artifacts

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

3
.github/workflows/commit.yml

@ -80,6 +80,9 @@ jobs:
with: with:
pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-* pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-*
- name: Display structure of downloaded files
run: ls -R
- name: Creating pre-release - name: Creating pre-release
uses: marvinpinto/action-automatic-releases@latest uses: marvinpinto/action-automatic-releases@latest
with: with:

Loading…
Cancel
Save