We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d3aea commit 281a708Copy full SHA for 281a708
.github/workflows/build_ios_testflight.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Flutter
19
uses: subosito/flutter-action@v2
20
with:
21
- flutter-version: 'stable'
+ flutter-version: '3.22.2'
22
23
# Step 3: Update Info.plist file
24
- name: Update Info.plist
@@ -46,7 +46,7 @@ jobs:
46
\"issuer_id\": \"$APP_STORE_CONNECT_ISSUER_ID\",
47
\"key\": \"$APP_STORE_CONNECT_API_KEY\"
48
}" > fastlane/AuthKey.p8
49
-
+
50
# Step 8: Upload to TestFlight using fastlane
51
- name: Upload to TestFlight
52
run: |
0 commit comments