Compare commits

...

2 commits

Author SHA1 Message Date
Vadim
bc3e6e6c61
Merge bf746da0ff into 5856100634 2025-02-10 09:31:46 +00:00
Vadim
bf746da0ff skip codesign for PR ipa 2025-02-10 10:31:40 +01:00

View file

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