Skip to content

Commit

Permalink
Use export options flag in ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 29, 2023
1 parent 075d377 commit ee5e50b
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 @@ -143,14 +143,13 @@ jobs:

# Build and sign the ipa using a single flutter command
- name: Building IPA
run: flutter build ipa --release
run: flutter build ipa --release --export-options-plist=ios/Runner/ExportOptions.plist

# Collect the file and upload as artifact
- name: Upload IPA Artifact
uses: actions/upload-artifact@v3
with:
name: release-ipa
# Path to the release files
path: build/ios/ipa/*.ipa

- name: Clean up keychain and provisioning profile
Expand Down

0 comments on commit ee5e50b

Please sign in to comment.