Skip to content

Commit 074f7e2

Browse files
committed
fixed overwrite to true
1 parent cae807f commit 074f7e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
with:
7272
name: wheels
7373
path: wheelhouse/opencv*.whl
74+
overwrite: true
7475
- name: Saving a wheel accordingly to matrix
7576
uses: actions/upload-artifact@v4
7677
with:
@@ -183,7 +184,7 @@ jobs:
183184
with:
184185
name: wheels
185186
path: dist/opencv*.tar.gz
186-
overwrite: 'true'
187+
overwrite: true
187188

188189
Release_rolling:
189190
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)