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 480da23 commit 96ab840Copy full SHA for 96ab840
devops/actions/run-tests/benchmark/action.yml
@@ -105,12 +105,12 @@ runs:
105
echo "ZE_AFFINITY_MASK=$ZE_AFFINITY_MASK" >> $GITHUB_ENV
106
107
- name: Download UR build archive
108
- if: inputs.toolchain_artifact != ''
+ if: inputs.ur_artifact != ''
109
uses: actions/download-artifact@v4
110
with:
111
name: ${{ inputs.ur_artifact }}
112
- name: Extract/Setup UR build archive
113
114
shell: bash
115
run: |
116
mkdir -p ur/install
0 commit comments