Skip to content

Commit b820074

Browse files
committed
Removed double artifacts upload.
1 parent bd664dc commit b820074

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
fetch-depth: 0
6565
- name: Build a package
6666
run: source scripts/build.sh
67-
- name: Saving all wheels
68-
uses: actions/upload-artifact@v4
69-
with:
70-
name: wheels
71-
path: wheelhouse/opencv*.whl
7267
- name: Saving a wheel accordingly to matrix
7368
uses: actions/upload-artifact@v4
7469
with:

.github/workflows/build_wheels_linux_arm.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ jobs:
6464
fetch-depth: 0
6565
- name: Build a package
6666
run: source scripts/build.sh
67-
- name: Saving all wheels
68-
uses: actions/upload-artifact@v4
69-
with:
70-
name: wheels
71-
path: wheelhouse/opencv*.whl
7267
- name: Saving a wheel accordingly to matrix
7368
uses: actions/upload-artifact@v4
7469
with:

0 commit comments

Comments
 (0)