Skip to content

Commit

Permalink
Overwrite artifacts if previous one with same name exists
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora committed Oct 10, 2024
1 parent 754bea2 commit 9562654
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
with:
name: KivySDKPackager-${{ matrix.runs-on }}
path: osx_artifacts
overwrite: True

test_dmg:
needs: build_dmg
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/windows_angle_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- uses: actions/[email protected]
with:
name: angle_dlls-${{ matrix.runs-on }}
path: angle_dlls-${{ matrix.runs-on }}
path: angle_dlls
overwrite: true


windows_wheels:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
with:
name: angle_wheels-${{ matrix.runs-on }}
path: dist
overwrite: true
- name: Install MSYS2
run: choco install msys2
- name: Upload wheels to server
Expand Down

0 comments on commit 9562654

Please sign in to comment.