Skip to content

Commit 125285c

Browse files
committed
rename build_artifact_suffix to artifact_suffix
1 parent b0dabe2 commit 125285c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ on:
7575
upload_artifact:
7676
type: string
7777
default: 'false'
78-
build_artifact_suffix:
78+
artifact_suffix:
7979
type: string
8080
default: 'default'
8181
artifact_archive_name:
@@ -455,6 +455,6 @@ jobs:
455455
if: ${{ always() && !cancelled() && inputs.upload_artifact == 'true'}}
456456
uses: actions/upload-artifact@v4
457457
with:
458-
name: sycl_e2e_bin_${{ inputs.build_artifact_suffix }}
458+
name: sycl_e2e_bin_${{ inputs.artifact_suffix }}
459459
path: ${{ steps.artifact_info.outputs.ARCHIVE_NAME }}
460460
retention-days: ${{ inputs.retention-days }}

0 commit comments

Comments
 (0)