Skip to content

Commit 144ff48

Browse files
committed
[ci] fix upload artifact ci error
1 parent 0d328eb commit 144ff48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ jobs:
199199
- name: Download mmclab
200200
uses: actions/download-artifact@v4
201201
with:
202-
name: all-mmclab-packages-*
202+
pattern: all-mmclab-packages-*
203+
merge-multiple: true
203204
path: packages
204205
- name: Create all-in-one octave mmclab
205206
run: |

0 commit comments

Comments
 (0)