We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df629e commit 646cba5Copy full SHA for 646cba5
.github/workflows/windows.yml
@@ -331,7 +331,7 @@ jobs:
331
- /mount:/mount
332
- ${{ github.workspace }}:${{ github.workspace }}
333
env:
334
- CPACK_PACKAGE: ${{ github.workspace }}/ov_genai.zip
+ CPACK_PACKAGE: ${{ github.workspace }}/${{ env.GENAI_ARCHIVE_ARTIFACT_BASE_NAME }}.zip
335
WHEEL_PACKAGE: ${{ github.workspace }}/wheels
336
MANIFEST_PATH: ${{ github.workspace }}/manifest.yml
337
0 commit comments