mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
refactor(build): simplify prebuild and build commands in workflow configuration
This commit is contained in:
4
.github/workflows/build-apk.yml
vendored
4
.github/workflows/build-apk.yml
vendored
@@ -34,10 +34,10 @@ jobs:
|
|||||||
java-version: "17"
|
java-version: "17"
|
||||||
|
|
||||||
- name: Prebuild TV App
|
- name: Prebuild TV App
|
||||||
run: yarn prebuild-tv
|
run: yarn prebuild
|
||||||
|
|
||||||
- name: Build TV APK
|
- name: Build TV APK
|
||||||
run: yarn build-local
|
run: yarn build
|
||||||
|
|
||||||
- name: Rename APK file
|
- name: Rename APK file
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user