We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e8cc8 commit e2d650cCopy full SHA for e2d650c
.github/workflows/workflow.yml
@@ -50,7 +50,7 @@ jobs:
50
make -j"$num_cpus" ARCH=arm CROSS_COMPILE="arm-linux-gnueabihf-"
51
cp u-boot.img ../makeimg_data/uboot/u-boot.img
52
cp MLO ../makeimg_data/uboot/MLO
53
- tar -cvf ../uboot_bullseye.tar uboot.img MLO
+ tar -cvf ../uboot_bullseye.tar u-boot.img MLO
54
55
- name: Run Makeimg
56
env:
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
- tar -cvf ../uboot_bookworm.tar uboot.img MLO
+ tar -cvf ../uboot_bookworm.tar u-boot.img MLO
116
117
118
0 commit comments