CI: Store the apk as an artifact

This commit is contained in:
Vishesh Handa
2019-02-13 13:59:31 +01:00
parent 9e0e9a336d
commit 1921a86100

View File

@ -23,6 +23,9 @@ jobs:
- run:
name: Build
command: ./scripts/build.sh
- store_artifacts:
path: build/app/outputs/apk/release/app-release.apk
destination: gitjournal.apk
- run:
name: Publish Beta
command: cd android && fastlane betaBuild