Default unityVersion to auto to use ProjectSettings/ProjectVersion.txt (#162) (#188)

This commit is contained in:
David Finol
2020-12-28 23:36:31 -06:00
committed by GitHub
parent 602b0b45d7
commit 32acb22fec
9 changed files with 90 additions and 13 deletions

View File

@@ -4,8 +4,8 @@ description: 'Build Unity projects for different platforms.'
inputs:
unityVersion:
required: false
default: ''
description: 'Version of unity to use for building the project.'
default: 'auto'
description: 'Version of unity to use for building the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt'
customImage:
required: false
default: ''