From b326e7ed4c97fd5ef4766e5e4e5f2e1d4dd1d4f4 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 14 Sep 2025 16:06:35 -0600 Subject: [PATCH] ci: Fix typo in windows ARM target name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 91212b5..41ef26f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,7 @@ jobs: os: macos-latest use-cross: true cargo-flags: "" - - target: aarch64_pc_windows_msvc + - target: aarch64-pc-windows-msvc os: windows-latest use-cross: true cargo-flags: ""