diff --git a/install.ps1 b/install.ps1 index 20dc3605..a89b6ee6 100644 --- a/install.ps1 +++ b/install.ps1 @@ -112,7 +112,7 @@ Write-Host "Archive $archive" $zip = "$tmp\$bin-$tag-$target.zip" Download-File $archive $zip -Write-Host "Placing dora-rs cli in ", $dest +Write-Host "Placing dora-rs cli in ", $to Expand-Archive -Path $zip -DestinationPath $to -Force Remove-Item -Path $tmp -Recurse -Force