Skip to content

Commit

Permalink
Make download for ci compatible with v4
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora committed Oct 10, 2024
1 parent f3abfe5 commit 754bea2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/windows_angle_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 754bea2

Please sign in to comment.