mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +08:00
CI: Store the apk as an artifact
This commit is contained in:
@ -23,6 +23,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Build
|
||||||
command: ./scripts/build.sh
|
command: ./scripts/build.sh
|
||||||
|
- store_artifacts:
|
||||||
|
path: build/app/outputs/apk/release/app-release.apk
|
||||||
|
destination: gitjournal.apk
|
||||||
- run:
|
- run:
|
||||||
name: Publish Beta
|
name: Publish Beta
|
||||||
command: cd android && fastlane betaBuild
|
command: cd android && fastlane betaBuild
|
||||||
|
Reference in New Issue
Block a user