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 b0dabe2 commit 125285cCopy full SHA for 125285c
.github/workflows/sycl-linux-run-tests.yml
@@ -75,7 +75,7 @@ on:
75
upload_artifact:
76
type: string
77
default: 'false'
78
- build_artifact_suffix:
+ artifact_suffix:
79
80
default: 'default'
81
artifact_archive_name:
@@ -455,6 +455,6 @@ jobs:
455
if: ${{ always() && !cancelled() && inputs.upload_artifact == 'true'}}
456
uses: actions/upload-artifact@v4
457
with:
458
- name: sycl_e2e_bin_${{ inputs.build_artifact_suffix }}
+ name: sycl_e2e_bin_${{ inputs.artifact_suffix }}
459
path: ${{ steps.artifact_info.outputs.ARCHIVE_NAME }}
460
retention-days: ${{ inputs.retention-days }}
0 commit comments