|
29 | 29 | ov_artifact_name: ${{ steps.openvino_download.outputs.ov_artifact_name }}
|
30 | 30 | ov_wheel_source: ${{ steps.openvino_download.outputs.ov_wheel_source }}
|
31 | 31 | ov_version: ${{ steps.openvino_download.outputs.ov_version }}
|
32 |
| - ov_latest_artifact_name: ${{ steps.openvino_latest_download.outputs.ov_artifact_name }} |
33 | 32 | timeout-minutes: 10
|
34 | 33 | defaults:
|
35 | 34 | run:
|
|
46 | 45 | id: openvino_download
|
47 | 46 | with:
|
48 | 47 | platform: macos_12_6
|
49 |
| - commit_packages_to_provide: wheels |
50 |
| - revision: latest_nightly |
51 |
| - |
52 |
| - - uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1 |
53 |
| - id: openvino_latest_download |
54 |
| - with: |
55 |
| - platform: macos_12_6 |
56 |
| - commit_packages_to_provide: openvino_js_package.tar.gz |
| 48 | + commit_packages_to_provide: wheels,openvino_js_package.tar.gz |
57 | 49 | revision: latest_available_commit
|
58 | 50 |
|
59 | 51 | genai_build_cmake:
|
@@ -308,7 +300,7 @@ jobs:
|
308 | 300 | - name: Download OpenVINO package
|
309 | 301 | uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
310 | 302 | with:
|
311 |
| - name: ${{ needs.openvino_download.outputs.ov_latest_artifact_name }} |
| 303 | + name: ${{ needs.openvino_download.outputs.ov_artifact_name }} |
312 | 304 | path: ${{ env.OV_INSTALL_DIR }}
|
313 | 305 | merge-multiple: true
|
314 | 306 |
|
@@ -488,7 +480,7 @@ jobs:
|
488 | 480 | - name: Download OpenVINO Artifacts
|
489 | 481 | uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
490 | 482 | with:
|
491 |
| - name: ${{ needs.openvino_download.outputs.ov_latest_artifact_name }} |
| 483 | + name: ${{ needs.openvino_download.outputs.ov_artifact_name }} |
492 | 484 | path: ${{ env.INSTALL_DIR }}
|
493 | 485 | merge-multiple: true
|
494 | 486 |
|
|
0 commit comments