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: |