Skip to content

Commit 42a3505

Browse files
committed
Use ngf-meta.output.version in place of build os
1 parent 214d789 commit 42a3505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
if: ${{ inputs.enable-experimental }}
183183
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
184184
with:
185-
name: conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}${{ inputs.build_os != '' && format('-{0}', inputs.build_os) || '' }-${{ inputs.enable-experimental }}
185+
name: conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}-${{ steps.ngf-meta.outputs.version }}
186186
path: ./tests/conformance-profile.yaml
187187

188188
- name: Upload profile to release

0 commit comments

Comments
 (0)