mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Fix Actions Syntax
This commit is contained in:
parent
da6db543c2
commit
993afc5210
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -30,10 +30,10 @@ jobs:
|
||||
cache: "gradle"
|
||||
|
||||
- name: Patch and Compile
|
||||
run: cd .github
|
||||
run: python patch.py
|
||||
run: ./gradlew assembleDebug
|
||||
run: cd ..
|
||||
run: |
|
||||
cd .github
|
||||
python patch.py
|
||||
./gradlew assembleDebug
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
|
7
.github/workflows/tg-bot.yml
vendored
7
.github/workflows/tg-bot.yml
vendored
@ -28,9 +28,10 @@ jobs:
|
||||
cache: "gradle"
|
||||
|
||||
- name: Patch and Compile
|
||||
run: cd .github
|
||||
run: python patch.py
|
||||
run: ./gradlew assembleDebug
|
||||
run: |
|
||||
cd .github
|
||||
python patch.py
|
||||
./gradlew assembleDebug
|
||||
|
||||
- name: Telegram Bot
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user