mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 05:40:31 +05:30
Fix Bot Executor Path
This commit is contained in:
parent
34822c1728
commit
8db8eff1c1
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -78,6 +78,7 @@ jobs:
|
|||||||
echo "TG_API_HASH = '${{ secrets.TG_API_HASH }}'" >> tgconfig.py
|
echo "TG_API_HASH = '${{ secrets.TG_API_HASH }}'" >> tgconfig.py
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install python-telegram-bot
|
pip install python-telegram-bot
|
||||||
|
mv ../.github/tg.py .
|
||||||
python tg.py
|
python tg.py
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
|
Loading…
Reference in New Issue
Block a user