Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 9e8356f

Browse files
Update build.sh
1 parent d575989 commit 9e8356f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function compile() {
5858
finerr
5959
exit 1
6060
else
61-
cp $PWD/out/arch/arm64/boot/Image.gz-dtb $PWD/Anykernel/
61+
cp $PWD/out/arch/arm64/boot/Image.gz-dtb $PWD/Anykernel/zImage
6262
fi
6363
}
6464

0 commit comments

Comments
 (0)