|
|
@@ -43,7 +43,8 @@ runs:
|
|
|
elif [[ "${{ inputs.branch }}" == "SM-S901E-Oneui8" || "${{ inputs.branch }}" == "SM-X800-Oneui8" ]]; then
|
|
|
cp ./out/msm-waipio-waipio-gki/dist/Image "$ANYKERNEL3/Image"
|
|
|
elif [[ ${{ inputs.branch }} == SM-A055* ]]; then
|
|
|
- cp ./out/target/product/a05m/obj/KLEAF_OBJ/dist/kernel_device_modules-6.6/mgk_64_k66_kernel_aarch64.user/Image.gz "$ANYKERNEL3/Image.gz"
|
|
|
+ #cp ./out/target/product/a05m/obj/KLEAF_OBJ/dist/kernel_device_modules-6.6/mgk_64_k66_kernel_aarch64.user/Image.gz "$ANYKERNEL3/Image.gz"
|
|
|
+ cp ./out/target/product/a05m/obj/KLEAF_OBJ/bazel-out/aarch64-fastbuild/arch/arm64/boot/Image.gz "$ANYKERNEL3/Image.gz"
|
|
|
elif [[ "${{ inputs.branch }}" == "SM-A075M-Oneui7" ]]; then
|
|
|
cp ./out/target/product/a07/obj/KERNEL_OBJ/kernel-5.10/arch/arm64/boot/Image.gz "$ANYKERNEL3/Image.gz"
|
|
|
elif [[ ${{ inputs.branch }} == SM-X926* ]]; then
|