mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-02-22 12:30: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
|
- name: Build .ipa
|
||||||
run: |
|
run: |
|
||||||
flutter build ipa \
|
flutter build ipa ${{ inputs.upload-artifact && '' || '--no-codesign' }} \
|
||||||
--release \
|
--release \
|
||||||
--flavor $FLAVOR \
|
--flavor $FLAVOR \
|
||||||
--target lib/main_$FLAVOR.dart \
|
--target lib/main_$FLAVOR.dart \
|
||||||
|
|
Loading…
Reference in a new issue