setup-android/action.yml
2020-07-25 18:07:39 +02:00

13 lines
287 B
YAML

name: 'Setup Android build environment'
author: 'Dave Olsthoorn'
description: 'Setup the sdk commandline tools for Android like sdkmanager'
runs:
using: 'node12'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
post-if: success()
branding:
icon: 'list'
color: 'green'