mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-06 01:20:29 +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
|
cd .github
|
||||||
curl https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }} > commit.json
|
curl https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }} > commit.json
|
||||||
python checkrun.py
|
python checkrun.py
|
||||||
|
cd ..
|
||||||
|
|
||||||
- name: Patch and Compile
|
- name: Patch and Compile
|
||||||
run: |
|
run: |
|
||||||
|
cd .github
|
||||||
python patch.py
|
python patch.py
|
||||||
cd ..
|
cd ..
|
||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
|
Loading…
Reference in New Issue
Block a user