Remove downloaded files structure display

This commit is contained in:
Angela P Wen 2022-08-08 15:52:49 +02:00
parent 27df4c2a47
commit 4993f1e1fc

View file

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