Skip to content

Commit 0897cd7

Browse files
author
Christopher-Marcel Böddecker
committed
chore(templates): reuse the local Unity version variable
1 parent beee134 commit 0897cd7

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
@@ -26,7 +26,7 @@ steps:
2626
}
2727
ElseIf ($setupInstance.Version.ToString() -ne $version)
2828
{
29-
Write-Host "Installing Unity version '$(Unity.Version)'."
29+
Write-Host "Installing Unity version '$version'."
3030
Install-UnitySetupInstance -Installers (Find-UnitySetupInstaller -Version $version -Components "Windows")
3131
$setupInstance = Get-UnitySetupInstance | Select-UnitySetupInstance -Version $version
3232
}

0 commit comments

Comments
 (0)