-
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.
Make download for ci compatible with v4
- Loading branch information
1 parent
f3abfe5
commit 754bea2
Showing
2 changed files
with
5 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,8 +76,9 @@ jobs: | |
- name: Download dmg from artifacts | ||
uses: actions/[email protected] | ||
with: | ||
name: KivySDKPackager | ||
path: osx_artifacts | ||
pattern: KivySDKPackager-* | ||
merge-multiple: true | ||
- name: Mount build from macos-latest runner on macos-13 runner | ||
if: ${{ matrix.runs_on == 'macos-13' }} | ||
run: hdiutil attach osx_artifacts/macos-latest-Kivy.dmg -mountroot . | ||
|
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 |
---|---|---|
|
@@ -65,8 +65,9 @@ jobs: | |
Prepre-env | ||
- uses: actions/[email protected] | ||
with: | ||
name: angle_dlls-${{ matrix.runs-on }} | ||
path: angle_dlls-${{ matrix.runs-on }} | ||
path: angle_dlls | ||
pattern: angle_dlls-* | ||
merge-multiple: true | ||
- name: Build package | ||
run: | | ||
. .\ci\windows_ci.ps1 | ||
|