Skip to content

Commit 96ab840

Browse files
committed
fix bug
1 parent 480da23 commit 96ab840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ runs:
105105
echo "ZE_AFFINITY_MASK=$ZE_AFFINITY_MASK" >> $GITHUB_ENV
106106
107107
- name: Download UR build archive
108-
if: inputs.toolchain_artifact != ''
108+
if: inputs.ur_artifact != ''
109109
uses: actions/download-artifact@v4
110110
with:
111111
name: ${{ inputs.ur_artifact }}
112112
- name: Extract/Setup UR build archive
113-
if: inputs.toolchain_artifact != ''
113+
if: inputs.ur_artifact != ''
114114
shell: bash
115115
run: |
116116
mkdir -p ur/install

0 commit comments

Comments
 (0)