Skip to content

Commit

Permalink
fixed upload artifacts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Nov 14, 2024
1 parent 828675b commit a15c436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_2014.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
artifacts: |
${{ env.BUILD_DIR }}/openvino_package.tar.gz
${{ env.MANIFEST_PATH }}
${{ env.INSTALL_WHEELS_DIR }}
${{ env.INSTALL_WHEELS_DIR }}/wheels
storage_dir: ${{ env.PRODUCT_TYPE }}
storage_root: ${{ env.ARTIFACTS_SHARE }}

Expand Down

0 comments on commit a15c436

Please sign in to comment.