feat(ci): build & upload release apk

This commit is contained in:
kolaente 2021-10-11 22:43:30 +02:00
parent f0c3b92220
commit 0db897f4f0
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 1 deletions

View File

@ -55,9 +55,12 @@ jobs:
- name: Build Android App Bundle
run: flutter build appbundle
- name: Build Android APK
run: flutter build apk
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: app-release-bundle
path: build/app/outputs/bundle/release/app-release.aab
path: build/app/outputs/bundle/release/