|
@@ -109,7 +109,7 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
LATEST_TAG=$(gh api repos/${{ github.repository }}/tags --jq '.[0].name' 2>/dev/null || echo "")
|
|
LATEST_TAG=$(gh api repos/${{ github.repository }}/tags --jq '.[0].name' 2>/dev/null || echo "")
|
|
|
if [ -z "$LATEST_TAG" ]; then
|
|
if [ -z "$LATEST_TAG" ]; then
|
|
|
- LATEST_TAG="v2.0.0-r0"
|
|
|
|
|
|
|
+ LATEST_TAG="v2.1.0-r0"
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
NEW_TAG=$(echo "$LATEST_TAG" | awk -F'-r' '{suffix=$2; if (!suffix) suffix=0; suffix++; printf "%s-r%d", $1, suffix}')
|
|
NEW_TAG=$(echo "$LATEST_TAG" | awk -F'-r' '{suffix=$2; if (!suffix) suffix=0; suffix++; printf "%s-r%d", $1, suffix}')
|
|
@@ -133,10 +133,11 @@ jobs:
|
|
|
Please ensure you have proper backups before installation.
|
|
Please ensure you have proper backups before installation.
|
|
|
|
|
|
|
|
Features:
|
|
Features:
|
|
|
- -> Wild KSU Manager Support, Also Compatible with KernelSU-Next Manager
|
|
|
|
|
- -> SUSFS ඞ v2.0.0
|
|
|
|
|
|
|
+ -> Wild KSU v3.1.2
|
|
|
|
|
+ -> SUSFS ඞ v2.1.0
|
|
|
-> SUSFS Inline hooks
|
|
-> SUSFS Inline hooks
|
|
|
-> BBG: https://github.com/vc-teahouse/Baseband-guard
|
|
-> BBG: https://github.com/vc-teahouse/Baseband-guard
|
|
|
|
|
+ -> unicode fix
|
|
|
|
|
|
|
|
🔹 BBG (Baseband-guard)
|
|
🔹 BBG (Baseband-guard)
|
|
|
- A lightweight LSM (Linux Security Module) for Android kernel
|
|
- A lightweight LSM (Linux Security Module) for Android kernel
|
|
@@ -154,7 +155,6 @@ jobs:
|
|
|
|
|
|
|
|
Managers:
|
|
Managers:
|
|
|
-> WKSU: https://github.com/WildKernels/Wild_KSU
|
|
-> WKSU: https://github.com/WildKernels/Wild_KSU
|
|
|
- -> Next: https://github.com/KernelSU-Next/KernelSU-Next
|
|
|
|
|
EOF
|
|
EOF
|
|
|
|
|
|
|
|
- name: Create GitHub Release
|
|
- name: Create GitHub Release
|