Attempt at first version

This commit is contained in:
Dave Olsthoorn
2020-07-25 18:07:39 +02:00
parent 1b0d4d0266
commit 64495f005b
11 changed files with 663 additions and 5174 deletions

View File

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