refactor(build): streamline prebuild and build scripts for consistency

This commit is contained in:
zimplexing
2025-08-13 21:23:51 +08:00
parent 250c42e1ff
commit 108c20cd26
2 changed files with 5 additions and 7 deletions

View File

@@ -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