Skip to content

Commit 59dd516

Browse files
committed
Update file name
1 parent c8a2f6e commit 59dd516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/createbinariesfordocs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ try {
7878
dotnet msbuild ..\NuGet\BuildSource.proj -target:BuildWSAEditor > "Logs\Build.InEditor.WSA.$($Version).log"
7979
if ($lastexitcode -ge 1) {
8080
Write-Error "Building InEditor WSA Failed! See log file for more information $(Get-Location)\Logs\Build.InEditor.WSA.$($Version).log";
81-
Copy-Item -Path "Logs\Unity.MSBuildGeneration.$($Version).log" -Destination "$OutputDirectory\"
81+
Copy-Item -Path "Logs\Build.InEditor.WSA.$($Version).log" -Destination "$OutputDirectory\"
8282
exit($lastexitcode)
8383
}
8484

0 commit comments

Comments
 (0)