diff --git a/.github/workflows/onPush.yaml b/.github/workflows/onPush.yaml index 292697c..ce6f52a 100644 --- a/.github/workflows/onPush.yaml +++ b/.github/workflows/onPush.yaml @@ -25,10 +25,13 @@ jobs: - name: Run tests run: flutter test + - name: Build APK + working-directory: example + run: flutter build appbundle --release - name: Build APK working-directory: example run: flutter build apk --release - name: Build APK working-directory: example - run: flutter build ios \ No newline at end of file + run: flutter build ios --release --no-codesign \ No newline at end of file