Fix: Add LFS authentication for iOS build
Build Debug / Build Android Debug APK (push) Successful in 5m53s
Build UUVPN / Build Android APK (push) Successful in 2m52s
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-04 18:59:15 +08:00
parent 5eaa8c2b49
commit 425dd00208
+6 -1
View File
@@ -225,8 +225,13 @@ jobs:
- name: Setup Git LFS
run: |
brew install git-lfs || true
git lfs install
git lfs pull
# Configure LFS authentication with token
git config --global lfs.url "https://admin:${{ secrets.GITEA_TOKEN }}@git.viaeon.com/admin/UUVPN.git/info/lfs"
git lfs pull || echo "LFS pull failed, checking if files exist..."
# Check if LFS files are pulled correctly
ls -la iOS-SwiftUI-Code/uuvpn/Libbox.xcframework/ios-arm64/Libbox.framework/Libbox || echo "LFS file not found"
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1