Skip to content

Commit 8c41121

Browse files
- Build iOS IPA with prod flavor
- Added `--flavor prod` to the `flutter build ipa` command for building the iOS IPA.
1 parent dc7b057 commit 8c41121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Build iOS IPA
118118
working-directory: apps/app_core
119-
run: flutter build ipa -t lib/main_production.dart
119+
run: flutter build ipa -t lib/main_production.dart --flavor prod
120120

121121
- name: Upload IPA to App Store Connect
122122
working-directory: apps/app_core

0 commit comments

Comments
 (0)