mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
refactor(build): streamline prebuild and build scripts for consistency
This commit is contained in:
4
.github/workflows/build-apk.yml
vendored
4
.github/workflows/build-apk.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
java-version: "17"
|
||||
|
||||
- name: Prebuild TV App
|
||||
run: yarn prebuild-tv
|
||||
run: yarn prebuild
|
||||
|
||||
- name: Build TV APK
|
||||
run: yarn build-tv
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
java-version: "17"
|
||||
|
||||
- name: Prebuild Mobile App
|
||||
run: yarn prebuild-mobile
|
||||
run: yarn prebuild
|
||||
|
||||
- name: Build Mobile APK
|
||||
run: yarn build-mobile
|
||||
|
||||
Reference in New Issue
Block a user