feat: update ci
Build & Deploy iOS to TestFlight / build-and-deploy (push) Canceled after 0s

This commit is contained in:
efrilm
2026-08-21 22:52:19 +07:00
parent 2e4c77888e
commit 587caa44c5
4 changed files with 13 additions and 10 deletions
+4 -1
View File
@@ -18,6 +18,9 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
# Dipin biar CI nggak ikut naik versi diam-diam.
# Flutter 3.47 mensyaratkan iOS deployment target minimal 15.0.
flutter-version: "3.47.0"
cache: true
- name: Install Dependencies
@@ -69,7 +72,7 @@ jobs:
- name: Install CocoaPods Dependencies
run: |
cd ios
rm -f Podfile.lock
rm -rf Pods Podfile.lock
pod install --repo-update
# ── Build & Archive ─────────────────────────────────────────────────────