mirror of https://github.com/OpenIPC/firmware.git
Fix rv typo
parent
fcf45ef7d1
commit
041d1572a7
|
@ -505,7 +505,7 @@ jobs:
|
|||
case ${{ matrix.platform }} in
|
||||
rv*)
|
||||
mv zboot.img boot.img.${{ matrix.platform }}
|
||||
md5sum boot.img.${BOARD} > boot.img.${BOARD}.md5sum
|
||||
md5sum boot.img.${{ matrix.platform }} > boot.img.${{ matrix.platform }}.md5sum
|
||||
tar -cvzf $NANDFW_PATH boot.img* *rootfs.ubi*.${{ matrix.platform }}*
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue