From 877be9092f0e7672153be888a7c5d5e30efc707a Mon Sep 17 00:00:00 2001 From: Jonathan Kelley Date: Tue, 26 Mar 2024 22:03:30 -0700 Subject: [PATCH] fix typo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 34aa6dc9e..a6e984e10 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: platform: - target: x86_64-pc-windows-msvc os: windows-latest - - target: aaarch64-pc-windows-msvc + - target: aarch64-pc-windows-msvc os: windows-latest - target: x86_64-apple-darwin os: macos-latest