diff --git a/.github/workflows/compile-release-rk35xx-kernel.yml b/.github/workflows/compile-release-rk35xx-kernel.yml index b6e286e5..578641b1 100644 --- a/.github/workflows/compile-release-rk35xx-kernel.yml +++ b/.github/workflows/compile-release-rk35xx-kernel.yml @@ -13,12 +13,13 @@ on: kernel_source: description: "Select the kernel source" required: false - default: "unifreq/linux-5.10.y-rk35xx" + default: "pjw66/linux-5.10.y-rk35xx" type: choice options: - unifreq/linux-5.10.y-rk35xx - codesnas/linux-5.10.y-rk35xx - armbian/linux-rockchip@rk-6.1-rkr3 + - pjw66/linux-5.10.y-rk35xx kernel_version: description: "Select kernel version" required: false @@ -65,7 +66,7 @@ on: kernel_sign: description: "Set the kernel custom signature" required: false - default: "-rk35xx-ophub" + default: "-pjw66" type: choice options: - -rk35xx-ophub @@ -78,7 +79,7 @@ on: - -summer-growing - -autumn-harvesting - -winter-storing - - -yourname + - -pjw66 kernel_config: description: "Set the path of kernel .config" required: false