Skip to content

Merge pull request #21 from xcarol/feature/add-administrativeboundari… #15

Merge pull request #21 from xcarol/feature/add-administrativeboundari…

Merge pull request #21 from xcarol/feature/add-administrativeboundari… #15

Workflow file for this run

name: Build and Publish AAB to Google Play Store
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2
- name: Install dependencies
run: flutter pub get
- name: Build AAB
run: flutter build appbundle --release
- name: Publish AAB to Google Play Store
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.xicra.overmap
track: internal
releaseFiles: build/app/outputs/bundle/release/app-release.aab