Skip to content

Commit

Permalink
add upload play store
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinf committed Apr 13, 2024
1 parent e53a002 commit 03ff94a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,13 @@ jobs:
alias: ${{ secrets.ANDROID_SIGNING_KEY_ALIAS }}
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}

keyPassword: ${{ secrets.ANDROID_SIGNING_KEY_PASSWORD }}
keyPassword: ${{ secrets.ANDROID_SIGNING_KEY_PASSWORD }}

- name: Upload to Play Store
uses: r0adkll/[email protected]
with:
serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON }}
packageName: com.testgroup.flutter_github_actions_android
releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}}
mappingFile: ./build/app/outputs/mapping/release/mapping.txt
track: production

0 comments on commit 03ff94a

Please sign in to comment.