Initial take at the build job
This commit is contained in:
15
action.yml
Normal file
15
action.yml
Normal 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'
|
||||
Reference in New Issue
Block a user