Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

fix(deps): update kotlin monorepo to v1.9.0 (#357) #1872

fix(deps): update kotlin monorepo to v1.9.0 (#357)

fix(deps): update kotlin monorepo to v1.9.0 (#357) #1872

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build-apk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/setup-android
- run: flutter build apk --split-per-abi
- if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
files: build/app/outputs/apk/release/*.apk