Skip to content

Commit

Permalink
Update ios-cicd.yml
Browse files Browse the repository at this point in the history
build ipa
  • Loading branch information
sangvaleap authored Sep 5, 2023
1 parent 1f4427c commit 3d6a0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
run: flutter gen-l10n

- name: Build IPA/iOS
# run: flutter build ipa --release --export-options-plist=ios/Runner/ExportOptions.plist
run: flutter build ios --release --no-codesign
run: flutter build ipa --release --export-options-plist=ios/Runner/ExportOptions.plist
# run: flutter build ios --release --no-codesign

- name: Collect ipa artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -93,4 +93,4 @@ jobs:
# uses: actions/upload-artifact@v3
# with:
# name: release-ipa
# path: ${{ env.PATH_TO_IPA }}
# path: ${{ env.PATH_TO_IPA }}

0 comments on commit 3d6a0e4

Please sign in to comment.