mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +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"
|
cache: "gradle"
|
||||||
|
|
||||||
- name: Patch and Compile
|
- name: Patch and Compile
|
||||||
run: cd .github
|
run: |
|
||||||
run: python patch.py
|
cd .github
|
||||||
run: ./gradlew assembleDebug
|
python patch.py
|
||||||
run: cd ..
|
./gradlew assembleDebug
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v3
|
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"
|
cache: "gradle"
|
||||||
|
|
||||||
- name: Patch and Compile
|
- name: Patch and Compile
|
||||||
run: cd .github
|
run: |
|
||||||
run: python patch.py
|
cd .github
|
||||||
run: ./gradlew assembleDebug
|
python patch.py
|
||||||
|
./gradlew assembleDebug
|
||||||
|
|
||||||
- name: Telegram Bot
|
- name: Telegram Bot
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user