File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ runs:
280280 cp "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_ksud.c.patch" ./
281281 patch -p1 --forward --fuzz=3 < fix_ksud.c.patch
282282 ;;
283- "v1.5.9"|"v1.5.10"|"v1.5.11")
283+ "v1.5.9"|"v1.5.10"|"v1.5.11"|"v1.5.12" )
284284 cp ../../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
285285 patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
286286 for file in $(find ./kernel -maxdepth 2 -name "*.rej" -printf "%f\n" | cut -d'.' -f1); do
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ jobs:
261261 REPO_OWNER : ${{ github.repository_owner }}
262262 REPO_NAME : ${{ github.event.repository.name }}
263263 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
264- RELEASE_NAME : ' TEST BUILD OnePlus Kernels With KernelSU Next & SUSFS v1.5.10 TEST BUILD'
264+ RELEASE_NAME : ' * TEST BUILD* OnePlus Kernels With KernelSU Next & SUSFS v1.5.12 * TEST BUILD* '
265265 steps :
266266 - name : Checkout code
267267 uses : actions/checkout@v4
@@ -270,7 +270,7 @@ jobs:
270270
271271 - name : Generate and Create New Tag
272272 run : |
273- BASE_TAG="v1.5.11 -r0"
273+ BASE_TAG="v1.5.12 -r0"
274274 LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
275275 if [ -z "$LATEST_TAG" ]; then
276276 LATEST_TAG="$BASE_TAG"
@@ -293,7 +293,7 @@ jobs:
293293 run : |
294294 echo "=== Start building the release notes ==="
295295 cat << EOF > release_notes.md
296- This release contains KernelSU Next and SUSFS v1.5.11
296+ This release contains KernelSU Next and SUSFS v1.5.12
297297
298298 Module:
299299 -> https://github.com/sidex15/ksu_module_susfs
@@ -324,7 +324,7 @@ jobs:
324324
325325 ### Features
326326 - [+] KernelSU-Next / WildKSU Manager Support
327- - [+] SUSFS v1.5.11
327+ - [+] SUSFS v1.5.12
328328 - [+] Wireguard Support
329329 - [+] Magic Mount Support
330330 - [+] Ptrace message leak fix for kernels < 5.16
You can’t perform that action at this time.
0 commit comments