refactor(build): simplify prebuild and build commands in workflow configuration

This commit is contained in:
zimplexing
2025-08-14 11:14:01 +08:00
parent 1cf3733ee2
commit cb3f694cdc

View File

@@ -34,10 +34,10 @@ jobs:
java-version: "17"
- name: Prebuild TV App
run: yarn prebuild-tv
run: yarn prebuild
- name: Build TV APK
run: yarn build-local
run: yarn build
- name: Rename APK file
run: |