Correct windows artifact (#7699)

This commit is contained in:
Jack Amadeo
2026-03-06 11:39:11 -05:00
committed by GitHub
parent a45610ec3f
commit 836a673e77
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -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