1
0
Fork 0
android-builder/drone.yml.example

12 lines
244 B
Plaintext

pipeline:
build:
image: productionwentdown/builder-android
commands:
- release
release:
image: plugins/github-release
secrets: [ github_token ]
files: app/build/outputs/apk/app-release.apk
when:
event: tag