Fix incorrect variable name
parent
1468ee80c1
commit
9464a7f4ec
|
|
@ -63,7 +63,7 @@ else
|
||||||
$Env:BUILD_METHOD="UnityBuilderAction.Builder.BuildProject"
|
$Env:BUILD_METHOD="UnityBuilderAction.Builder.BuildProject"
|
||||||
|
|
||||||
# Verify recursive paths
|
# Verify recursive paths
|
||||||
Get-ChildItem -Path $UNITY_PROJECT_PATH\Assets\Editor -Recurse
|
Get-ChildItem -Path $Env:UNITY_PROJECT_PATH\Assets\Editor -Recurse
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue