From 1eb45796563728cbc3f0d7458f20f3fdaf843578 Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Fri, 18 Oct 2024 12:36:37 -0700 Subject: [PATCH] chore: produces an Windows ARM64 build of Sprocket. (#33) This commit produces a Windows ARM64 build of Sprocket as an artifact. --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3882848..974e997 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,10 @@ jobs: - rust-target: aarch64-apple-darwin os: macos-latest extension: tar.gz - - rust-target: x86_64-pc-windows-gnu + - rust-target: x86_64-pc-windows-msvc + os: windows-latest + extension: zip + - rust-target: aarch64-pc-windows-msvc os: windows-latest extension: zip steps: