diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad14522..27a3880 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,8 @@ jobs: id: check_kernelsu_version run: | local_version=$(curl -L --header 'authorization: Bearer ${{ github.token }}' https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r .tag_name) - remote_version=$(curl -L https://api.github.com/repos/tiann/KernelSU/releases/latest | jq -r .tag_name) + # remote_version=$(curl -L https://api.github.com/repos/tiann/KernelSU/releases/latest | jq -r .tag_name) + remote_version=v0.9.5 echo local_version=$local_version | tee -a $GITHUB_OUTPUT echo remote_version=$remote_version | tee -a $GITHUB_OUTPUT outputs: diff --git a/README.md b/README.md index 88d046c..d634e77 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ 使用 Github Actions 编译集成 [KernelSU](https://github.com/tiann/KernelSU) 的内核 -并定时检测 KernelSU 新版本,有则编译新内核 +~~并定时检测 KernelSU 新版本,有则编译新内核~~ + +非 GKI 内核的 KernelSU 永远停留在 v0.9.5 ## 使用