Skip to content

Commit 109a18d

Browse files
committed
Change name format
1 parent bd667db commit 109a18d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
- name: Upload all image artifacts
212212
uses: actions/upload-artifact@v4
213213
with:
214-
name: ${{ inputs.image }}-${{ steps.meta.outputs.version }}
214+
name: ${{ format('{0}-{1}', inputs.image, inputs.image_version) }}
215215
path: ${{ github.workspace }}/dist/${{ inputs.image }}-${{ steps.meta.outputs.version }}.tar
216216

217217
# - name: Run preflight

.github/workflows/openshift-certification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Download Artifacts
4848
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
4949
with:
50-
name: ${{ inputs.image }-${{ inputs.image_version }}
50+
name: ${{ format('{0}-{1}', inputs.image, inputs.image_version) }}
5151
path: ${{ github.workspace }}/dist
5252

5353
- name: List files after artifact download

0 commit comments

Comments
 (0)