We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5142dd1 commit 696e0deCopy full SHA for 696e0de
1 file changed
.github/workflows/build_bookify_ios_simulator_app.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
#7 Building iOS App for Simulator
53
- name: Build iOS App (Simulator)
54
- run: flutter build ios --simulator --release --no-codesign
+ run: flutter build ios --simulator --profile --no-codesign
55
56
#8 Compress the .app file
57
- name: Compress .app file
0 commit comments