Skip to content

Commit 78bd37e

Browse files
committed
build many firmware
1 parent ff70b8a commit 78bd37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build lvgl_mpy2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# 计算固件真正所在路径
120120
FW_PATH="${BUILD_DIR}/build-${BOARD_NAME}/firmware.bin"
121121
122-
OUT_NAME="lvgl_mpy_${{ matrix.board }}
122+
OUT_NAME="lvgl_mpy_${{ matrix.board }}\
123123
${{ matrix.variant && format('_{0}', matrix.variant) || '' }}\
124124
_${{ matrix.flash_size }}MB\
125125
${{ matrix.display && format('_{0}', matrix.display) || '' }}\
@@ -136,7 +136,7 @@ ${{ matrix.indev && format('_{0}', matrix.indev) || '' }}.bin"
136136
# 10. 上传构建产物
137137
- uses: actions/upload-artifact@v4
138138
with:
139-
name: lvgl_mpy_${{ matrix.board }}
139+
name: lvgl_mpy_${{ matrix.board }}\
140140
${{ matrix.variant && format('_{0}', matrix.variant) || '' }}\
141141
_${{ matrix.flash_size }}MB\
142142
${{ matrix.display && format('_{0}', matrix.display) || '' }}\

0 commit comments

Comments
 (0)