This commit is contained in:
2023-03-19 00:30:33 -07:00
parent f38ba5f961
commit 07b60c53f9
4 changed files with 10 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
name: unity-get-version
description: "Get the correct Unity version from a provided project."
inputs:
projectPath:
projectPath:
description: "Path to the Unity project."
required: true
default: "."
@@ -23,4 +23,3 @@ runs:
echo "::set-output name=projectVersion::$VERSION"
shell: bash