Skip to content

Commit 9562654

Browse files
committed
Overwrite artifacts if previous one with same name exists
1 parent 754bea2 commit 9562654

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test_macos.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
with:
6262
name: KivySDKPackager-${{ matrix.runs-on }}
6363
path: osx_artifacts
64+
overwrite: True
6465

6566
test_dmg:
6667
needs: build_dmg

.github/workflows/windows_angle_wheels.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- uses: actions/[email protected]
4040
with:
4141
name: angle_dlls-${{ matrix.runs-on }}
42-
path: angle_dlls-${{ matrix.runs-on }}
42+
path: angle_dlls
43+
overwrite: true
4344

4445

4546
windows_wheels:
@@ -77,6 +78,7 @@ jobs:
7778
with:
7879
name: angle_wheels-${{ matrix.runs-on }}
7980
path: dist
81+
overwrite: true
8082
- name: Install MSYS2
8183
run: choco install msys2
8284
- name: Upload wheels to server

0 commit comments

Comments
 (0)