@@ -56,16 +56,12 @@ jobs:
5656 REPO_OWNER : TheWildJames
5757 REPO_NAME : Sultan_KernelSU_SUSFS
5858 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59- RELEASE_NAME : " *TEST BUILD* Sultan Kernels With KernelSU Next & SUSFS v1.5.10 *TEST BUILD* "
59+ RELEASE_NAME : " Sultan Kernels With KernelSU Next & SUSFS v1.5.10"
6060 RELEASE_NOTES : |
6161 This release contains KernelSU Next and SUSFS v1.5.10
6262
6363 ⚠️ **COMPATIBILITY NOTICE** ⚠️
64- Please ensure compatibility by comparing release dates with official Sultan kernel releases:
65- - Check official Sultan releases: https://github.com/kerneltoast/android_kernel_google_gs201/releases
66- - This build is based on the latest Sultan kernel commits as of build date
67- - Always verify your device's Android version matches the kernel target (Android 14)
68- - Recommended to use kernels released within 30 days of official Sultan updates
64+ Please ensure compatibility by comparing release dates with official Sultan kernel releases
6965
7066 Module:
7167 -> https://github.com/sidex15/ksu_module_susfs
8076 [+] Maphide LineageOS Detections
8177 [+] Futile Maphide for jit-zygote-cache Detections
8278 [+] Magic Mount Support
83-
84- 📅 **Release Date Compatibility Check:**
85- - Built on: $(date '+%Y-%m-%d %H:%M:%S UTC')
8679
8780 steps :
8881 # Checkout the code
@@ -122,7 +115,6 @@ jobs:
122115 uses : actions/create-release@v1
123116 with :
124117 tag_name : ${{ env.NEW_TAG }} # Use the generated tag for the release
125- prerelease : true # Mark the release as a pre-release
126118 release_name : ${{ env.RELEASE_NAME }} # Pass the RELEASE_NAME to the action
127119 body : ${{ env.RELEASE_NOTES }} # Pass the RELEASE_NOTES to the action
128120 env :
@@ -145,7 +137,6 @@ jobs:
145137 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
146138 NEW_TAG : ${{ env.NEW_TAG }}
147139
148-
149140 # Display Files Uploaded
150141 - name : Display Files Uploaded
151142 run : |
0 commit comments