From: Ravi Panchumarthy Date: Thu, 18 Jun 2026 06:30:08 +0000 (-0700) Subject: ci : fix Windows x64 (OpenVINO) release link (#24731) X-Git-Tag: upstream/0.0.10438~744 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4a79037b8bd8e6adc7f6379d3054934d4b5df0d0;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix Windows x64 (OpenVINO) release link (#24731) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5bcb4d4e..d452e3787 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -542,6 +542,7 @@ jobs: steps: - name: Set OpenVINO version output id: openvino_version + shell: bash run: echo "value=${{ env.OPENVINO_VERSION_MAJOR }}" >> $GITHUB_OUTPUT - name: Clone