Skip to content

Commit e2d650c

Browse files
committed
Fix tired typos.
1 parent 35e8cc8 commit e2d650c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-"
5151
cp u-boot.img ../makeimg_data/uboot/u-boot.img
5252
cp MLO ../makeimg_data/uboot/MLO
53-
tar -cvf ../uboot_bullseye.tar uboot.img MLO
53+
tar -cvf ../uboot_bullseye.tar u-boot.img MLO
5454
5555
- name: Run Makeimg
5656
env:
@@ -112,7 +112,7 @@ jobs:
112112
make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-"
113113
cp u-boot.img ../makeimg_data/uboot/u-boot.img
114114
cp MLO ../makeimg_data/uboot/MLO
115-
tar -cvf ../uboot_bookworm.tar uboot.img MLO
115+
tar -cvf ../uboot_bookworm.tar u-boot.img MLO
116116
117117
- name: Run Makeimg
118118
env:

0 commit comments

Comments
 (0)