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 0190c83 commit c4c696fCopy full SHA for c4c696f
.github/workflows/conformance.yml
@@ -182,7 +182,7 @@ jobs:
182
if: ${{ inputs.enable-experimental }}
183
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
184
with:
185
- name: conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}${{ inputs.build_os != '' && format('-{0}', inputs.build_os) || '' }-${{ inputs.enable-experimental }}
+ name: conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}-${{ steps.ngf-meta.outputs.version }}-${{ inputs.enable-experimental }}
186
path: ./tests/conformance-profile.yaml
187
188
- name: Upload profile to release
0 commit comments