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
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:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user