This commit is contained in:
Neil.X.Zhang
2025-07-02 09:52:53 +08:00
parent 11c84df59e
commit ed0ba4bb2c

View File

@@ -42,7 +42,7 @@ jobs:
cp android/app/build/outputs/apk/release/app-release.apk artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk
- name: Upload TV APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: orionTV-apk
path: artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk