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
+3 -3
View File
@@ -1,10 +1,10 @@
# Git LFS 配置 - iOS 大文件
# Libbox.xcframework 二进制文件
*.xcframework/**/*.framework/Versions/A/Libbox filter=lfs diff=lfs merge=lfs -text
*.xcframework/**/*.framework/Libbox filter=lfs diff=lfs merge=lfs -text
# 其他大型二进制文件
*.a filter=lfs diff=lfs merge=lfs -text
*.dylib filter=lfs diff=lfs merge=lfs -text
*.framework/Versions/A/* filter=lfs diff=lfs merge=lfs -text
*.framework/Versions/A/* filter=lfs diff=lfs merge=lfs -text
iOS-SwiftUI-Code/Libbox.xcframework/**/*.framework/Versions/A/Libbox filter=lfs diff=lfs merge=lfs -text
iOS-SwiftUI-Code/Libbox.xcframework/**/*.framework/Libbox filter=lfs diff=lfs merge=lfs -text
+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
+4
View File
@@ -162,6 +162,10 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
lfs: true
- name: Git LFS Pull
run: git lfs pull
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1