Add Windows CUDA release artifacts (#8750)
Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
@@ -26,7 +26,11 @@ fn asset_name() -> &'static str {
|
||||
{
|
||||
"goose-aarch64-unknown-linux-gnu.tar.bz2"
|
||||
}
|
||||
#[cfg(all(target_os = "windows", target_arch = "x86_64"))]
|
||||
#[cfg(all(target_os = "windows", target_arch = "x86_64", feature = "cuda"))]
|
||||
{
|
||||
"goose-x86_64-pc-windows-msvc-cuda.zip"
|
||||
}
|
||||
#[cfg(all(target_os = "windows", target_arch = "x86_64", not(feature = "cuda")))]
|
||||
{
|
||||
"goose-x86_64-pc-windows-msvc.zip"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user