mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
CI: Store the apk as an artifact
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user