Skip to content

Commit

Permalink
固定版本号为 v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bin456789 committed Oct 31, 2024
1 parent 094f945 commit 3a8736d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

使用 Github Actions 编译集成 [KernelSU](https://github.com/tiann/KernelSU) 的内核

并定时检测 KernelSU 新版本,有则编译新内核
~~并定时检测 KernelSU 新版本,有则编译新内核~~

非 GKI 内核的 KernelSU 永远停留在 v0.9.5

## 使用

Expand Down

0 comments on commit 3a8736d

Please sign in to comment.