From 4abba689417b212c31fd5213306fcb267cb4f754 Mon Sep 17 00:00:00 2001 From: Sheen Huth <9674168+sheenhx@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:17:03 +0200 Subject: [PATCH] debug: release google play --- .github/workflows/submit.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index 54fe0031..57053d1d 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -42,6 +42,15 @@ jobs: name: release-aab # Try running the build locally with the build command to be sure of this path path: build/app/outputs/bundle/googlePlayRelease/moonchain.aab + + - uses: r0adkll/upload-google-play@v1 + with: + serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} + packageName: com.moonchain.mxc + releaseFiles: build/app/outputs/bundle/googlePlayRelease/moonchain.aab + track: alpha + status: draft + debugSymbols: build/app/intermediates/flutter/googlePlayRelease/native-debug-symbols.zip build-macos: name: Build-ios @@ -115,12 +124,4 @@ jobs: token: ${{ secrets.DART_TOKEN }} tag: ${{ steps.generate.outputs.build-number }} name: "Release-v${{ steps.generate.outputs.build-number }}-iOS/Android-Visit mxc1usd.com" - - - uses: r0adkll/upload-google-play@v1 - with: - serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} - packageName: com.moonchain.mxc - releaseFiles: build/app/outputs/bundle/googlePlayRelease/moonchain.aab - track: alpha - status: draft - debugSymbols: build/app/intermediates/flutter/googlePlayRelease/native-debug-symbols.zip +