Update Workflows and Dependencies (#1512)
Corrections would be very welcome. --------- Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
2
.github/workflows/build-manager.yml
vendored
2
.github/workflows/build-manager.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user