Skip to content

Commit 25cdae7

Browse files
committed
Fix archive name
1 parent 2df629e commit 25cdae7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ jobs:
331331
- /mount:/mount
332332
- ${{ github.workspace }}:${{ github.workspace }}
333333
env:
334-
CPACK_PACKAGE: ${{ github.workspace }}/ov_genai.zip
335334
WHEEL_PACKAGE: ${{ github.workspace }}/wheels
336335
MANIFEST_PATH: ${{ github.workspace }}/manifest.yml
337336

@@ -355,7 +354,7 @@ jobs:
355354
uses: openvinotoolkit/openvino/.github/actions/store_artifacts@refs/pull/29635/head
356355
with:
357356
artifacts: |
358-
${{ env.CPACK_PACKAGE }}
357+
${{ github.workspace }}/${{ env.GENAI_ARCHIVE_ARTIFACT_BASE_NAME }}.zip
359358
${{ env.WHEEL_PACKAGE }}
360359
${{ env.MANIFEST_PATH }}
361360
storage_dir: ${{ env.BASE_PRODUCT_TYPE }}_${{ matrix.build-type }}

0 commit comments

Comments
 (0)