-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overwrite artifacts if previous one with same name exists
- Loading branch information
1 parent
754bea2
commit 9562654
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|