From 1c82b1bb73bec05580757863fa975541aa209d7a Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 8 Aug 2022 14:53:25 +0200 Subject: [PATCH] Display downloaded files structure --- .github/workflows/debug-artifacts-failure.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index 7eaa70026..a0bd1a36a 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -54,6 +54,8 @@ jobs: steps: - name: Download all artifacts uses: actions/download-artifact@v3 + - name: Display structure of downloaded files + run: ls -R - name: Check expected artifacts exist shell: bash run: |