mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Fix paths
This commit is contained in:
parent
7a89147ab5
commit
f5542b94fb
2
.github/workflows/tg-bot.yml
vendored
2
.github/workflows/tg-bot.yml
vendored
@ -31,9 +31,11 @@ jobs:
|
||||
cd .github
|
||||
curl https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }} > commit.json
|
||||
python checkrun.py
|
||||
cd ..
|
||||
|
||||
- name: Patch and Compile
|
||||
run: |
|
||||
cd .github
|
||||
python patch.py
|
||||
cd ..
|
||||
./gradlew assembleDebug
|
||||
|
Loading…
Reference in New Issue
Block a user