diff --git a/.github/workflows/build-kernel.yml b/.github/workflows/build-kernel.yml index 760dc035c1..ef3b8d1fef 100644 --- a/.github/workflows/build-kernel.yml +++ b/.github/workflows/build-kernel.yml @@ -75,7 +75,7 @@ jobs: if: env.ENABLE_KERNELSU == 'true' run: | cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel - curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next-susfs-4.14 + curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash - KSU_VERSION=$(cd KernelSU-Next && expr $(/usr/bin/git rev-list --count HEAD) + 10200) echo "UPLOADNAME=-KernelSU_$KSU_VERSION" >> $GITHUB_ENV