diff --git a/.github/workflows/flutter_ci.yml b/.github/workflows/flutter_ci.yml index 0e5ada2..15dfc95 100644 --- a/.github/workflows/flutter_ci.yml +++ b/.github/workflows/flutter_ci.yml @@ -45,7 +45,7 @@ jobs: # run: flutter build apk - name: Build iOS App - run: flutter build ios + run: flutter build ios --no-codesign # - name: Archive and upload Android artifacts # uses: actions/upload-artifact@v4