removed --no-codesign flag

This commit is contained in:
Vadim 2025-04-02 10:01:52 +02:00
parent 91f90ae8e8
commit 3b79c19c06

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 \