Skip to content

Commit aeb55e6

Browse files
committed
Debug downloaded artifacts
1 parent 4fad413 commit aeb55e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/openshift-certification.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
uses: actions/download-artifact@v4
3939
with:
4040
name: ${{ inputs.image }}-${{ inputs.image_version }}
41+
42+
- name: List files after artifact download
43+
run: ls -lR ${{ inputs.image }}-${{ inputs.image_version }}
44+
4145

4246
- name: Move tarball to workspace root
4347
run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar ${{ inputs.image }}-${{ inputs.image_version }}.tar

0 commit comments

Comments
 (0)