Update Workflows and Dependencies (#1512)

Corrections would be very welcome.

---------

Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
Caner Karaca
2024-03-24 10:40:10 +03:00
committed by GitHub
parent 0710032928
commit ef404cb619
11 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -142,6 +142,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.31.1
pip3 install telethon==1.34.0
python3 $GITHUB_WORKSPACE/scripts/ksubot.py $APK
fi