Skip to content

Commit

Permalink
verbose logging on IPA build
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 31, 2023
1 parent 6f1ddfd commit 1452f69
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 @@ -146,7 +146,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 -v --release --export-options-plist=$RUNNER_TEMP/ExportOptions.plist

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

0 comments on commit 1452f69

Please sign in to comment.