Skip to content

Commit 754bea2

Browse files
committed
Make download for ci compatible with v4
1 parent f3abfe5 commit 754bea2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test_macos.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ jobs:
7676
- name: Download dmg from artifacts
7777
uses: actions/[email protected]
7878
with:
79-
name: KivySDKPackager
8079
path: osx_artifacts
80+
pattern: KivySDKPackager-*
81+
merge-multiple: true
8182
- name: Mount build from macos-latest runner on macos-13 runner
8283
if: ${{ matrix.runs_on == 'macos-13' }}
8384
run: hdiutil attach osx_artifacts/macos-latest-Kivy.dmg -mountroot .

.github/workflows/windows_angle_wheels.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ jobs:
6565
Prepre-env
6666
- uses: actions/[email protected]
6767
with:
68-
name: angle_dlls-${{ matrix.runs-on }}
69-
path: angle_dlls-${{ matrix.runs-on }}
68+
path: angle_dlls
69+
pattern: angle_dlls-*
70+
merge-multiple: true
7071
- name: Build package
7172
run: |
7273
. .\ci\windows_ci.ps1

0 commit comments

Comments
 (0)