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
@@ -24,7 +24,7 @@ fn asset_name() -> &'static str {
}
#[cfg(all(target_os = "windows", target_arch = "x86_64"))]
{
"goose-x86_64-pc-windows-gnu.zip"
"goose-x86_64-pc-windows-msvc.zip"
}
}