ci: update msg (#76)

This commit is contained in:
Ylarod
2023-01-16 19:18:42 +08:00
committed by GitHub
parent b9dd673518
commit 2ab60750d4
5 changed files with 13 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ jobs:
TITLE: Manager
run: |
if [ ! -z "${{ secrets.BOT_TOKEN }}" ]; then
export VERSION=$(git describe --tags --always)
export VERSION=$(git rev-list --count HEAD)
APK=$(find ./app/build/outputs/apk/release -name "*.apk")
pip3 install python-telegram-bot
python3 $GITHUB_WORKSPACE/scripts/ksubot.py $APK