feat(ci): upload release bundle artifact

This commit is contained in:
kolaente 2021-10-11 22:25:42 +02:00
parent 21256ca9ec
commit f0c3b92220
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 0 deletions

View File

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