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 - name: Build .ipa
run: | run: |
flutter build ipa ${{ inputs.upload-artifact && '' || '--no-codesign' }} \ flutter build ipa \
--release \ --release \
--flavor $FLAVOR \ --flavor $FLAVOR \
--target lib/main_$FLAVOR.dart \ --target lib/main_$FLAVOR.dart \