Upload debug apk
This commit is contained in:
parent
e58078fa48
commit
5f36070344
|
@ -41,6 +41,12 @@ jobs:
|
||||||
|
|
||||||
- name: Build Android debug
|
- name: Build Android debug
|
||||||
run: flutter build appbundle --debug
|
run: flutter build appbundle --debug
|
||||||
|
- name: Collect debug apk
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: app-debug.apk
|
||||||
|
path: build/app/outputs/apk/debug/app-debug.apk
|
||||||
|
retention-days: 60
|
||||||
|
|
||||||
build-ios:
|
build-ios:
|
||||||
name: iOS
|
name: iOS
|
||||||
|
|
Loading…
Reference in New Issue