3535 - name : Setup Flutter
3636 uses : subosito/flutter-action@v2
3737 with :
38- flutter-version : ' 3.32.0'
39- channel : ' stable'
38+ flutter-version : " 3.32.0"
39+ channel : " stable"
4040
4141 - name : Install dependencies
4242 run : |
@@ -65,29 +65,29 @@ jobs:
6565 cd mobile
6666 flutter build apk --release --split-per-abi
6767
68- - name : Build AAB
69- run : |
70- cd mobile
71- flutter build appbundle --release
68+ # - name: Build AAB
69+ # run: |
70+ # cd mobile
71+ # flutter build appbundle --release
7272
7373 - name : Upload APK artifacts
7474 uses : actions/upload-artifact@v4
7575 with :
7676 name : android-apk-builds
7777 path : mobile/build/app/outputs/flutter-apk/*.apk
7878
79- - name : Upload AAB artifact
80- uses : actions/upload-artifact@v4
81- with :
82- name : android-aab-build
83- path : mobile/build/app/outputs/bundle/release/app-release.aab
79+ # - name: Upload AAB artifact
80+ # uses: actions/upload-artifact@v4
81+ # with:
82+ # name: android-aab-build
83+ # path: mobile/build/app/outputs/bundle/release/app-release.aab
8484
85- - name : Upload to Google Play Store
86- if : github.event_name == 'release'
87- env :
88- GOOGLE_PLAY_SERVICE_ACCOUNT_JSON : ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
89- run : |
90- echo "$GOOGLE_PLAY_SERVICE_ACCOUNT_JSON" > service-account.json
91- # Install fastlane if needed for Play Store upload
92- # gem install fastlane
93- # fastlane supply --aab mobile/build/app/outputs/bundle/release/app-release.aab --json_key service-account.json --package_name com.gooseberrydevelopment.pinepods --track production
85+ # - name: Upload to Google Play Store
86+ # if: github.event_name == 'release'
87+ # env:
88+ # GOOGLE_PLAY_SERVICE_ACCOUNT_JSON: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
89+ # run: |
90+ # echo "$GOOGLE_PLAY_SERVICE_ACCOUNT_JSON" > service-account.json
91+ # # Install fastlane if needed for Play Store upload
92+ # # gem install fastlane
93+ # # fastlane supply --aab mobile/build/app/outputs/bundle/release/app-release.aab --json_key service-account.json --package_name com.gooseberrydevelopment.pinepods --track production
0 commit comments