Skip to content

Commit 646cba5

Browse files
committed
Fix archive name
1 parent 2df629e commit 646cba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
- /mount:/mount
332332
- ${{ github.workspace }}:${{ github.workspace }}
333333
env:
334-
CPACK_PACKAGE: ${{ github.workspace }}/ov_genai.zip
334+
CPACK_PACKAGE: ${{ github.workspace }}/${{ env.GENAI_ARCHIVE_ARTIFACT_BASE_NAME }}.zip
335335
WHEEL_PACKAGE: ${{ github.workspace }}/wheels
336336
MANIFEST_PATH: ${{ github.workspace }}/manifest.yml
337337

0 commit comments

Comments
 (0)