Skip to content

Commit 4fad413

Browse files
committed
Update mv command
1 parent d75ade3 commit 4fad413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openshift-certification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: ${{ inputs.image }}-${{ inputs.image_version }}
4141

4242
- name: Move tarball to workspace root
43-
run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar .
43+
run: mv ${{ inputs.image }}-${{ inputs.image_version }}/*.tar ${{ inputs.image }}-${{ inputs.image_version }}.tar
4444

4545
- name: Load image into Docker
4646
run: |

0 commit comments

Comments
 (0)