From 4993f1e1fcaa04b525b946188ac446c9873ca9f7 Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 8 Aug 2022 15:52:49 +0200 Subject: [PATCH] Remove downloaded files structure display --- .github/workflows/debug-artifacts-failure.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index 765767f1c..e37c6ab4d 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -54,8 +54,6 @@ 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: |