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 cfffefd commit 951a758Copy full SHA for 951a758
.github/workflows/pr_validation.yaml
@@ -168,7 +168,7 @@ jobs:
168
run: flutter pub get
169
170
- name: Build the app
171
- run: flutter build ios --debug --verbose --no-code-sign
+ run: flutter build ios --debug --verbose --no-codesign
172
173
# - name: Build iOS App
174
# run: flutter build ipa --debug --verbose --export-options-plist=$EXPORT_OPTS_PATH
0 commit comments