File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments