setup-android/action.yml

10 lines
230 B
YAML
Raw Normal View History

2020-07-14 15:41:00 +00:00
name: 'Setup Android build environment'
author: 'Dave Olsthoorn'
description: 'Setup the sdk commandline tools for Android like sdkmanager'
2020-01-03 10:37:01 +00:00
runs:
using: 'node12'
2020-07-14 15:41:00 +00:00
main: 'dist/index.js'
2020-01-03 20:38:11 +00:00
branding:
icon: 'list'
color: 'green'