diff --git a/.github/workflows/build_and_release.yaml b/.github/workflows/build_and_release.yaml index f4bb006..531a61e 100644 --- a/.github/workflows/build_and_release.yaml +++ b/.github/workflows/build_and_release.yaml @@ -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 @@ -193,4 +193,3 @@ jobs: draft: "true" tag: ${{needs.GetVersionNumber.outputs.version}} generateReleaseNotes: "true" - \ No newline at end of file