mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-14 17:12:49 +08:00
fix property name (#2736)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -131,12 +131,12 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v6
|
- uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
pattern: linux-wheels-*
|
pattern: linux-wheels-*
|
||||||
merge-multiples: true
|
merge-multiple: true
|
||||||
path: dist
|
path: dist
|
||||||
- uses: actions/download-artifact@v6
|
- uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
pattern: mac-wheels-*
|
pattern: mac-wheels-*
|
||||||
merge-multiples: true
|
merge-multiple: true
|
||||||
path: dist
|
path: dist
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R dist
|
run: ls -R dist
|
||||||
|
|||||||
Reference in New Issue
Block a user