Force code sign for iOS workflow (#230)

This commit is contained in:
Vadim 2025-04-02 11:58:21 +02:00 committed by GitHub
parent 91f90ae8e8
commit d6cd537ffd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,7 +136,7 @@ jobs:
- name: Build .ipa
run: |
flutter build ipa ${{ inputs.upload-artifact && '' || '--no-codesign' }} \
flutter build ipa \
--release \
--flavor $FLAVOR \
--target lib/main_$FLAVOR.dart \