This commit is contained in:
2026-06-23 01:25:54 +09:30
parent 4e232d6910
commit a904c5e481
+1 -1
View File
@@ -103,7 +103,7 @@ try {
# 1. Define paths
$logFile = "$PWD/unity_build.log"
$artifactLog = "$PWD/BuildLog/unity_build.log"
$artifactLog = "$PWD/Builds/unity_build.log"
New-Item -ItemType Directory -Force -Path "$PWD/BuildLog" | Out-Null