We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df629e commit 25cdae7Copy full SHA for 25cdae7
.github/workflows/windows.yml
@@ -331,7 +331,6 @@ jobs:
331
- /mount:/mount
332
- ${{ github.workspace }}:${{ github.workspace }}
333
env:
334
- CPACK_PACKAGE: ${{ github.workspace }}/ov_genai.zip
335
WHEEL_PACKAGE: ${{ github.workspace }}/wheels
336
MANIFEST_PATH: ${{ github.workspace }}/manifest.yml
337
@@ -355,7 +354,7 @@ jobs:
355
354
uses: openvinotoolkit/openvino/.github/actions/store_artifacts@refs/pull/29635/head
356
with:
357
artifacts: |
358
- ${{ env.CPACK_PACKAGE }}
+ ${{ github.workspace }}/${{ env.GENAI_ARCHIVE_ARTIFACT_BASE_NAME }}.zip
359
${{ env.WHEEL_PACKAGE }}
360
${{ env.MANIFEST_PATH }}
361
storage_dir: ${{ env.BASE_PRODUCT_TYPE }}_${{ matrix.build-type }}
0 commit comments