Skip to content

Commit 5b6a2b1

Browse files
authored
Merge pull request #16 from ExtendRealityLtd/fix/quotes
fix(ci.yml): wrap version in quotation marks
2 parents 29a18de + 1022b9a commit 5b6a2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/steps/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
If (!$setupInstance)
2222
{
2323
Write-Host "No Unity version specified and no Unity installation found - forcing to min supported version of 2018.3.10f1"
24-
$version = '2018.3.10f1';
24+
$version = "2018.3.10f1";
2525
}
2626
Else
2727
{

0 commit comments

Comments
 (0)