diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index d37d4ee1d..1a55fca80 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -68,7 +68,7 @@ jobs: PLAYSTORE_DEPLOY_KEY: ${{ secrets.PLAYSTORE_DEPLOY_KEY }} run: ./scripts/prepare-android-release.sh - name: Build Android Release - run: flutter build appbundle --target-platform android-arm,android-arm64,android-x64 + run: flutter build appbundle --target-platform android-arm,android-arm64 - name: Set changelog working-directory: android/fastlane/metadata/android/en-US/changelogs run: git log --no-merges -1 --pretty=%B > default.txt