From 34d5240f16986c8a32f8a154856c5bde1dc97350 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 14 Sep 2024 16:31:53 +0300 Subject: [PATCH] [gha] print downloaded artifacts Signed-off-by: R4SAS --- .github/workflows/commit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index e3000a8..770c8ea 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -80,6 +80,9 @@ jobs: with: pattern: i2pdbrowser-${{ steps.commit.outputs.short }}-* + - name: Display structure of downloaded files + run: ls -R + - name: Creating pre-release uses: marvinpinto/action-automatic-releases@latest with: