Configure Git LFS for Libbox.xcframework and update workflows
Build Debug / Build Android Debug APK (push) Failing after 1m31s
Build UUVPN / Build Android APK (push) Failing after 2s
Build UUVPN / Cleanup old artifacts (push) Failing after 0s
Build Debug / Build iOS Debug App (push) Has been cancelled
Build UUVPN / Build iOS IPA (push) Has been cancelled
Build UUVPN / Create GitHub Release (push) Has been cancelled
Build UUVPN / Upload to TestFlight (push) Has been cancelled
Build UUVPN / Send Notification (push) Has been cancelled

This commit is contained in:
2026-07-03 16:54:36 +08:00
parent 8eb287d32d
commit 7773749c53
13 changed files with 26 additions and 8 deletions
+4
View File
@@ -22,6 +22,10 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
lfs: true
- name: Git LFS Pull
run: git lfs pull
- name: Set up JDK 17
uses: actions/setup-java@v4