Skip to content

Commit

Permalink
ダウンロードURLを出力するように変更
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Mar 27, 2024
1 parent ba759bc commit bc0918b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ $DownloadUrl = if (!$Version) {
"https://github.com/vssio/go-vss/releases/download/${Version}/vss_${Target}.zip"
}

# print the download url
Write-Output "Downloading ${DownloadUrl}"

if (!(Test-Path $BinDir)) {
New-Item $BinDir -ItemType Directory | Out-Null
}
Expand Down

0 comments on commit bc0918b

Please sign in to comment.