Skip to content

Commit

Permalink
Comment ipa build release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 31, 2023
1 parent b65db8e commit e2a5970
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
# Build and sign the ipa using a single flutter command
- name: Building IPA
run: flutter build ipa --release # --export-options-plist=$RUNNER_TEMP/ExportOptions.plist
run: flutter build ipa # --release # --export-options-plist=$RUNNER_TEMP/ExportOptions.plist

# Collect the file and upload as artifact
- name: Upload IPA Artifact
Expand Down Expand Up @@ -192,4 +192,3 @@ jobs:
draft: "true"
tag: ${{needs.GetVersionNumber.outputs.version}}
generateReleaseNotes: "true"

0 comments on commit e2a5970

Please sign in to comment.