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
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:
@@ -225,8 +225,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Git LFS
|
- name: Setup Git LFS
|
||||||
run: |
|
run: |
|
||||||
|
brew install git-lfs || true
|
||||||
git lfs install
|
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
|
- name: Setup Xcode
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user