Update Workflows (#1764)

Corrections/edits and reviews always welcomed.

Added A14 Debug Kernel
Updated Kernel patch and sub levels
Removed kernels deprecated by Google
This commit is contained in:
Caner Karaca
2024-05-25 06:07:52 +03:00
committed by GitHub
parent dc233700aa
commit 49157113c3
6 changed files with 50 additions and 69 deletions

View File

@@ -155,6 +155,6 @@ jobs:
if [ ! -z "${{ secrets.BOT_TOKEN }}" ]; then
export VERSION=$(git rev-list --count HEAD)
APK=$(find ./app/build/outputs/apk/release -name "*.apk")
pip3 install telethon==1.34.0
pip3 install telethon
python3 $GITHUB_WORKSPACE/scripts/ksubot.py $APK
fi