Skip to content

Commit 1127405

Browse files
committed
Add extracting cpack archive on Windows
1 parent f02dc0c commit 1127405

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/windows.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,11 @@ jobs:
671671
pattern: "{${{ needs.openvino_download.outputs.ov_artifact_name }},genai_cpack_${{ matrix.build-type }},genai_tools_${{ matrix.build-type }},genai_tests_${{ matrix.build-type }},genai_wheels}"
672672
path: ${{ env.INSTALL_DIR }}
673673
merge-multiple: true
674-
674+
675+
- name: Extract Artifacts
676+
run: Expand-Archive -Path ${{ env.INSTALL_DIR }}/genai_cpack_${{ matrix.build-type }}.zip `
677+
-DestinationPath ${{ env.INSTALL_DIR }}
678+
675679
- name: Setup Python ${{ env.PYTHON_VERSION }}
676680
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
677681
with:

0 commit comments

Comments
 (0)