Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 50fcc91

Browse files
committed
sm8150: now use Image instead of Image-dtb, as specified by Lineage
Signed-off-by: Onelots <onelots@onelots.fr>
1 parent c6fd726 commit 50fcc91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kernel_sm8150_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cd kernel_oneplus_sm8150
5959
ZIP_NAME="Kernel-Caelum-${DEVICE_CODENAME}-${KERNEL_VERSION}-$(date +%d%m%Y).zip"
6060
61-
cp out/arch/arm64/boot/Image-dtb anykernel/
61+
cp out/arch/arm64/boot/Image anykernel/
6262
6363
cd anykernel && zip -r9 $ZIP_NAME ./*
6464
mv $ZIP_NAME ../../

0 commit comments

Comments
 (0)