We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fad413 commit aeb55e6Copy full SHA for aeb55e6
.github/workflows/openshift-certification.yml
@@ -38,6 +38,10 @@ jobs:
38
uses: actions/download-artifact@v4
39
with:
40
name: ${{ inputs.image }}-${{ inputs.image_version }}
41
+
42
+ - name: List files after artifact download
43
+ run: ls -lR ${{ inputs.image }}-${{ inputs.image_version }}
44
45
46
- name: Move tarball to workspace root
47
run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar ${{ inputs.image }}-${{ inputs.image_version }}.tar
0 commit comments