diff --git a/scripts/install/Windows.ps1 b/scripts/install/Windows.ps1 index d0cfa1b..5dd93bc 100644 --- a/scripts/install/Windows.ps1 +++ b/scripts/install/Windows.ps1 @@ -2,5 +2,5 @@ $ErrorActionPreference = 'Stop' Set-StrictMode -Version Latest Write-Host ::group::Installing $env:folder_name to tool cache New-Item $env:RUNNER_TOOL_CACHE\$env:folder_name\ -ItemType Directory -Force -Move-Item $env:RUNNER_TEMP\$env:folder_name\* $env:RUNNER_TOOL_CACHE\$env:folder_name\ +Move-Item $env:RUNNER_TEMP\$env:folder_name\* $env:RUNNER_TOOL_CACHE\$env:folder_name -Force Write-Host ::endgroup:: \ No newline at end of file