Compare commits

...

1 commit
v1.0.4 ... main

Author SHA1 Message Date
Vadim
d6cd537ffd
Force code sign for iOS workflow (#230) 2025-04-02 11:58:21 +02:00

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 \