mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-04 20:26:42 +00:00
Update build_ipa.yml
This commit is contained in:
parent
73f2cfac95
commit
03ddcfeca0
1 changed files with 12 additions and 11 deletions
23
.github/workflows/build_ipa.yml
vendored
23
.github/workflows/build_ipa.yml
vendored
|
@ -140,18 +140,19 @@ jobs:
|
||||||
|
|
||||||
- name: Build .ipa
|
- name: Build .ipa
|
||||||
run: |
|
run: |
|
||||||
flutter build ipa \
|
echo "$(cat ios/Runner/ExportOptions.plist)"
|
||||||
--release \
|
# flutter build ipa \
|
||||||
--flavor $FLAVOR \
|
# --release \
|
||||||
--target lib/main_$FLAVOR.dart \
|
# --flavor $FLAVOR \
|
||||||
--export-options-plist=ios/Runner/ExportOptions.plist
|
# --target lib/main_$FLAVOR.dart \
|
||||||
|
# --export-options-plist=ios/Runner/ExportOptions.plist
|
||||||
|
|
||||||
- name: Upload artifact
|
# - name: Upload artifact
|
||||||
if: ${{ inputs.upload-artifact }}
|
# if: ${{ inputs.upload-artifact }}
|
||||||
uses: actions/upload-artifact@v4
|
# uses: actions/upload-artifact@v4
|
||||||
with:
|
# with:
|
||||||
name: m3_lightmeter_ipa
|
# name: m3_lightmeter_ipa
|
||||||
path: build/ios/ipa/lightmeter.ipa
|
# path: build/ios/ipa/lightmeter.ipa
|
||||||
|
|
||||||
- name: Clean up keychain and provisioning profile
|
- name: Clean up keychain and provisioning profile
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
Loading…
Reference in a new issue