Initial take at the build job

This commit is contained in:
Webber
2019-11-30 20:27:08 +01:00
committed by Webber Takken
parent ab801ae44b
commit 2d6639c0cc
4 changed files with 222 additions and 0 deletions

15
action.yml Normal file
View File

@@ -0,0 +1,15 @@
name: 'Unity - Builder'
author: Webber Takken <webber@takken.io>
description: 'Build Unity projects for different platforms.'
inputs: {}
outputs:
buildPath:
description: "Path where the current platform has been built to."
allBuildsPath:
description: "Path where the build folders are stored. Each platform creates a folder within it."
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'box'
color: 'gray-dark'