mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
13 lines
273 B
YAML
13 lines
273 B
YAML
name: 'Setup Android SDK Tools'
|
|
author: 'Android-Actions'
|
|
description: 'Setup the Android SDK Tools and add them to the path'
|
|
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/main/index.js'
|
|
post: 'dist/post/index.js'
|
|
post-if: success()
|
|
|
|
branding:
|
|
icon: 'list'
|
|
color: 'green'
|