From 03ddcfeca01fa86228d2c962e546b1b9d3c9e272 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Tue, 29 Jul 2025 10:48:10 +0200 Subject: [PATCH] Update build_ipa.yml --- .github/workflows/build_ipa.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build_ipa.yml b/.github/workflows/build_ipa.yml index 24b46b0..67c3ab3 100644 --- a/.github/workflows/build_ipa.yml +++ b/.github/workflows/build_ipa.yml @@ -140,18 +140,19 @@ jobs: - name: Build .ipa run: | - flutter build ipa \ - --release \ - --flavor $FLAVOR \ - --target lib/main_$FLAVOR.dart \ - --export-options-plist=ios/Runner/ExportOptions.plist + echo "$(cat ios/Runner/ExportOptions.plist)" + # flutter build ipa \ + # --release \ + # --flavor $FLAVOR \ + # --target lib/main_$FLAVOR.dart \ + # --export-options-plist=ios/Runner/ExportOptions.plist - - name: Upload artifact - if: ${{ inputs.upload-artifact }} - uses: actions/upload-artifact@v4 - with: - name: m3_lightmeter_ipa - path: build/ios/ipa/lightmeter.ipa + # - name: Upload artifact + # if: ${{ inputs.upload-artifact }} + # uses: actions/upload-artifact@v4 + # with: + # name: m3_lightmeter_ipa + # path: build/ios/ipa/lightmeter.ipa - name: Clean up keychain and provisioning profile if: ${{ always() }}