diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 29f7183d..15d2fb90 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -24,4 +24,4 @@ jobs: - name: Generate l10n run: flutter gen-l10n - name: Build ios - run: flutter build ipa --release + run: flutter build ipa --no-codesign