Add javascript platform

This commit is contained in:
Webber
2019-12-17 00:52:44 +01:00
committed by Webber Takken
parent 119a2b3b02
commit 69c4feba8f
3 changed files with 3575 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ description: 'Build Unity projects for different platforms.'
inputs: {}
outputs:
buildPath:
description: "Path where the current platform has been built to."
runs:
using: 'docker'
image: 'Dockerfile'
description: 'Path where the current platform has been built to.'
branding:
icon: 'box'
color: 'gray-dark'
runs:
using: 'node12'
main: 'src/index.js'