mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
Correct windows artifact (#7699)
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ if ($ARCH -eq "AMD64") {
|
||||
}
|
||||
|
||||
# --- 3) Build download URL ---
|
||||
$FILE = "goose-$ARCH-pc-windows-gnu.zip"
|
||||
$FILE = "goose-$ARCH-pc-windows-msvc.zip"
|
||||
$DOWNLOAD_URL = "https://github.com/$REPO/releases/download/$RELEASE_TAG/$FILE"
|
||||
|
||||
Write-Host "Downloading $RELEASE_TAG release: $FILE..." -ForegroundColor Green
|
||||
|
||||
Reference in New Issue
Block a user