mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-21 12:00:40 +00:00
skip codesign for PR ipa
This commit is contained in:
parent
fb3940a30d
commit
bf746da0ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_ipa.yml
vendored
2
.github/workflows/build_ipa.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue