ci : fix Windows x64 (OpenVINO) release link (#24731)

This commit is contained in:
Ravi Panchumarthy
2026-06-18 08:30:08 +02:00
committed by GitHub
parent cae0a3b0b0
commit 4a79037b8b
+1
View File
@@ -542,6 +542,7 @@ jobs:
steps: steps:
- name: Set OpenVINO version output - name: Set OpenVINO version output
id: openvino_version id: openvino_version
shell: bash
run: echo "value=${{ env.OPENVINO_VERSION_MAJOR }}" >> $GITHUB_OUTPUT run: echo "value=${{ env.OPENVINO_VERSION_MAJOR }}" >> $GITHUB_OUTPUT
- name: Clone - name: Clone