unity-builder/action.yml

14 lines
320 B
YAML
Raw Normal View History

2019-11-30 19:27:08 +00:00
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."
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'box'
color: 'gray-dark'