Skip to content

Commit ea2066e

Browse files
authored
Update build-kernel-release.yml: add back p7 again and 1.5.9sus
1 parent 9e0b629 commit ea2066e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-kernel-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
codename: "gs201"
2222
repo: "android_kernel_google_gs201"
23-
android_version: "android13"
24-
kernel_version: "5.10"
23+
android_version: "android14"
24+
kernel_version: "6.1"
2525

2626
build-kernel-zuma:
2727
uses: ./.github/workflows/sultan.yml
@@ -44,17 +44,17 @@ jobs:
4444
trigger-release:
4545
runs-on: ubuntu-latest
4646
needs:
47-
# - build-kernel-gs201
47+
- build-kernel-gs201
4848
- build-kernel-zuma
4949
- build-kernel-zumapro
5050
if: ${{ inputs.make_release }}
5151
env:
5252
REPO_OWNER: TheWildJames
5353
REPO_NAME: Sultan_KernelSU_SUSFS
5454
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*"
5656
RELEASE_NOTES: |
57-
This release contains KernelSU Next and SUSFS v1.5.7
57+
This release contains KernelSU Next and SUSFS v1.5.9
5858
5959
Module:
6060
-> https://github.com/sidex15/ksu_module_susfs
@@ -64,7 +64,7 @@ jobs:
6464
6565
Features:
6666
[+] KernelSU-Next
67-
[+] SUSFS v1.5.7
67+
[+] SUSFS v1.5.9
6868
[+] Wireguard Support
6969
[+] Maphide LineageOS Detections
7070
[+] Futile Maphide for jit-zygote-cache Detections
@@ -81,7 +81,7 @@ jobs:
8181
# Fetch the latest tag from GitHub (this is the latest tag based on the GitHub API)
8282
LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
8383
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
8585
fi
8686
8787
# Increment the suffix (e.g., v1.5.7-0 becomes v1.5.7-1)

0 commit comments

Comments
 (0)