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 5cb3854 commit a89cc6fCopy full SHA for a89cc6f
.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 }}
+ name: conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}${{ inputs.build_os != '' && format('-{0}', inputs.build_os) || '' }}
186
path: ./tests/conformance-profile.yaml
187
188
- name: Upload profile to release
0 commit comments