Skip to content

Commit e74055b

Browse files
committed
win bug fixes
1 parent facbdfa commit e74055b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-scripts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,11 @@ jobs:
309309
New-Item -ItemType Directory -Force -Path $dest | Out-Null
310310
311311
$logPath = Join-Path $env:USERPROFILE ".browserstack\NOW\logs"
312-
$logPath2 = Join-Path $env:USERPROFILE "AppData\Local\Temp"
313312
$logPath3 = Join-Path "C:\Temp" "*.log"
314313
315314
if (Test-Path $logPath) {
316315
Write-Host "Copying logs from $logPath"
317316
Copy-Item -Path (Join-Path $logPath "*") -Destination $dest -Recurse -Force -ErrorAction SilentlyContinue
318-
Copy-Item -Path (Join-Path $logPath2 "*") -Destination $dest -Recurse -Force -ErrorAction SilentlyContinue
319317
Copy-Item -Path (Join-Path $logPath3 "*") -Destination $dest -Recurse -Force -ErrorAction SilentlyContinue
320318
}
321319
else {

0 commit comments

Comments
 (0)