Skip to content

Commit

Permalink
Upload builds to Play store
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Nov 7, 2020
1 parent a6a182e commit a1c444e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter.yml
Expand Up @@ -80,3 +80,9 @@ jobs:
asset_path: build/app/outputs/bundle/playStoreRelease/app-playStore-release.aab
asset_name: 15puzzle-android-${{ steps.vars.outputs.tag }}.aab
asset_content_type: application/zip
- name: upload to play store
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT }}
packageName: com.artemchep.fifteenpuzzle
releaseFile: build/app/outputs/bundle/playStoreRelease/app-playStore-release.aab

0 comments on commit a1c444e

Please sign in to comment.