File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
codename : " gs201"
22
22
repo : " android_kernel_google_gs201"
23
- android_version : " android13 "
24
- kernel_version : " 5.10 "
23
+ android_version : " android14 "
24
+ kernel_version : " 6.1 "
25
25
26
26
build-kernel-zuma :
27
27
uses : ./.github/workflows/sultan.yml
@@ -44,17 +44,17 @@ jobs:
44
44
trigger-release :
45
45
runs-on : ubuntu-latest
46
46
needs :
47
- # - build-kernel-gs201
47
+ - build-kernel-gs201
48
48
- build-kernel-zuma
49
49
- build-kernel-zumapro
50
50
if : ${{ inputs.make_release }}
51
51
env :
52
52
REPO_OWNER : TheWildJames
53
53
REPO_NAME : Sultan_KernelSU_SUSFS
54
54
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55
- RELEASE_NAME : " *TEST BUILD* Sultan Kernels With KernelSU Next & SUSFS v1.5.7 *TEST BUILD*"
55
+ RELEASE_NAME : " *TEST BUILD* Sultan Kernels With KernelSU Next & SUSFS v1.5.9 *TEST BUILD*"
56
56
RELEASE_NOTES : |
57
- This release contains KernelSU Next and SUSFS v1.5.7
57
+ This release contains KernelSU Next and SUSFS v1.5.9
58
58
59
59
Module:
60
60
-> https://github.com/sidex15/ksu_module_susfs
64
64
65
65
Features:
66
66
[+] KernelSU-Next
67
- [+] SUSFS v1.5.7
67
+ [+] SUSFS v1.5.9
68
68
[+] Wireguard Support
69
69
[+] Maphide LineageOS Detections
70
70
[+] Futile Maphide for jit-zygote-cache Detections
81
81
# Fetch the latest tag from GitHub (this is the latest tag based on the GitHub API)
82
82
LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
83
83
if [ -z "$LATEST_TAG" ]; then
84
- LATEST_TAG="v1.5.7 -r0" # Default to v1.5.7-0 if no tag exists
84
+ LATEST_TAG="v1.5.9 -r0" # Default to v1.5.7-0 if no tag exists
85
85
fi
86
86
87
87
# Increment the suffix (e.g., v1.5.7-0 becomes v1.5.7-1)
You can’t perform that action at this time.
0 commit comments