diff --git a/.github/workflows/flutter-release.yml b/.github/workflows/flutter-release.yml index 0ab9334..a7b00da 100644 --- a/.github/workflows/flutter-release.yml +++ b/.github/workflows/flutter-release.yml @@ -87,11 +87,11 @@ jobs: with: name: app-release-bundle path: | - build/app/outputs/bundle/release/app-release.aab - build/app/outputs/flutter-apk/app-release.apk + build/app/outputs/bundle/productionRelease/app-production-release.aab + build/app/outputs/flutter-apk/app-production-release.apk - #- name: Deploy Google Play - # run: | - # pwd - # cd android - # bundle exec fastlane production_appbundle + - name: Deploy Google Play + run: | + pwd + cd android + bundle exec fastlane production_appbundle