1
0
Files
setup-android/action.yml
T

14 lines
287 B
YAML
Raw Normal View History

2020-07-14 17:41:00 +02:00
name: 'Setup Android build environment'
author: 'Dave Olsthoorn'
description: 'Setup the sdk commandline tools for Android like sdkmanager'
2020-07-25 18:07:39 +02:00
2020-01-03 11:37:01 +01:00
runs:
using: 'node12'
2020-07-25 18:07:39 +02:00
main: 'dist/main/index.js'
post: 'dist/post/index.js'
post-if: success()
2020-01-03 21:38:11 +01:00
branding:
icon: 'list'
color: 'green'