Skip to content

Commit 818d29a

Browse files
authored
Update build_bookify_ios_simulator_app.yaml
-fix: remove profile flag
1 parent 696e0de commit 818d29a

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 --profile --no-codesign
54+
run: flutter build ios --simulator --no-codesign
5555

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

0 commit comments

Comments
 (0)