From 8db8eff1c12981fa28390a405449971d31870b78 Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Sun, 18 Sep 2022 14:39:12 +0530 Subject: [PATCH] Fix Bot Executor Path --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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