diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a6cdd93b..0cde77a41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: echo "TG_API_HASH = '${{ secrets.TG_API_HASH }}'" >> tgconfig.py python -m pip install --upgrade pip pip install python-telegram-bot + mv ../.github/tg.py . python tg.py - name: Upload APK