mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-02-25 13:03:39 +01:00
add getAndroid to workflow
This commit is contained in:
parent
97b9b1b6c9
commit
63783984c6
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -41,6 +41,12 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
- name: Download and process android.jar
|
||||
if: github.event_name == 'push' && github.repository == 'AriaMoradi/Tachidesk'
|
||||
run: |
|
||||
cd master
|
||||
./scripts/getAndroid.sh
|
||||
|
||||
- name: Build the Jar
|
||||
uses: eskatos/gradle-command-action@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user