Skip to content

Commit 8ea852c

Browse files
authored
Update build_wheels_linux.yml
1 parent 5fcdfe9 commit 8ea852c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Saving a wheel accordingly to matrix
6868
uses: actions/upload-artifact@v4
6969
with:
70-
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
70+
name: wheel-${{ matrix.platform }}-${{ matrix.manylinux }}-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
7171
path: wheelhouse/opencv*.whl
7272

7373
Test:
@@ -105,7 +105,7 @@ jobs:
105105
- name: Download a wheel accordingly to matrix
106106
uses: actions/download-artifact@v4
107107
with:
108-
name: wheel-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
108+
name: wheel-${{ matrix.platform }}-${{ matrix.manylinux }}-${{ matrix.with_contrib }}-${{ matrix.without_gui }}-${{ matrix.build_sdist }}
109109
path: wheelhouse/
110110
- name: Package installation and run tests
111111
run: source scripts/install.sh

0 commit comments

Comments
 (0)