|
|
@@ -141,7 +141,7 @@ jobs:
|
|
|
|
|
|
env:
|
|
|
GH_TOKEN: ${{ github.token }}
|
|
|
- RELEASE_NAME: "Samsung GKI Kernels With KSUN v3.3.0 & SUSFS v2.2.0"
|
|
|
+ RELEASE_NAME: "Samsung GKI Kernels With KSUN v3.3.0 & SUSFS v2.3.0"
|
|
|
RELEASE_BODY: ""
|
|
|
steps:
|
|
|
- name: Free Disk Space
|
|
|
@@ -168,7 +168,7 @@ jobs:
|
|
|
run: |
|
|
|
LATEST_TAG=$(gh api repos/${{ github.repository }}/tags --jq '.[0].name' 2>/dev/null || echo "")
|
|
|
if [ -z "$LATEST_TAG" ]; then
|
|
|
- LATEST_TAG="v2.2.0-r0"
|
|
|
+ LATEST_TAG="v2.3.0-r0"
|
|
|
fi
|
|
|
|
|
|
NEW_TAG=$(echo "$LATEST_TAG" | awk -F'-r' '{suffix=$2; if (!suffix) suffix=0; suffix++; printf "%s-r%d", $1, suffix}')
|
|
|
@@ -207,12 +207,13 @@ jobs:
|
|
|
if [ "${{ inputs.ksun }}" = "true" ]; then
|
|
|
cat <<'EOF' >> release_body.md
|
|
|
-> KernelSU-Next v3.3.0 - https://github.com/KernelSU-Next/KernelSU-Next
|
|
|
+ NOTE: For kernel integration I am using pershoots fork of KernelSU-next. He has claimed that even though everything works fine, the dev has warned that this is not production ready!
|
|
|
EOF
|
|
|
fi
|
|
|
|
|
|
if [ "${{ inputs.susfs }}" = "true" ]; then
|
|
|
cat <<'EOF' >> release_body.md
|
|
|
- -> SUSFS ඞ v2.2.0 - https://gitlab.com/simonpunk/susfs4ksu
|
|
|
+ -> SUSFS ඞ v2.3.0 - https://gitlab.com/simonpunk/susfs4ksu
|
|
|
-> SUSFS Inline hooks
|
|
|
EOF
|
|
|
fi
|
|
|
@@ -284,7 +285,7 @@ jobs:
|
|
|
cat <<'EOF' >> release_body.md
|
|
|
|
|
|
Notes:
|
|
|
- - Currently no support for KernelPatch-Next/KPM for the time being.
|
|
|
+ - Currently kpm ONLY works for S24U and S25U.
|
|
|
|
|
|
Module:
|
|
|
-> https://github.com/sidex15/ksu_module_susfs
|