Skip to content

Commit 696e0de

Browse files
authored
Update build_bookify_ios_simulator_app.yaml
-fix: correct release to profile
1 parent 5142dd1 commit 696e0de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_bookify_ios_simulator_app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
#7 Building iOS App for Simulator
5353
- name: Build iOS App (Simulator)
54-
run: flutter build ios --simulator --release --no-codesign
54+
run: flutter build ios --simulator --profile --no-codesign
5555

5656
#8 Compress the .app file
5757
- name: Compress .app file

0 commit comments

Comments
 (0)