From bef4033d94da9ff754bee0019279668827113e0e Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Wed, 28 Sep 2022 16:04:05 +0800
Subject: [PATCH] chore: fix ci

---
 .github/workflows/alpha.yml | 2 +-
 .github/workflows/ci.yml    | 2 +-
 .github/workflows/test.yml  | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml
index f6f5cb9..e6a5a6f 100644
--- a/.github/workflows/alpha.yml
+++ b/.github/workflows/alpha.yml
@@ -96,7 +96,7 @@ jobs:
           releaseBody: "Alpha Version"
           releaseDraft: true
           prerelease: true
-          args: --target aarc64-pc-windows-msvc
+          args: --target aarch64-pc-windows-msvc
 
       # - name: Portable Bundle
       #   if: matrix.os == 'windows-latest'
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d811217..68062c5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
           releaseBody: "More new features are now supported."
           releaseDraft: false
           prerelease: true
-          args: --target aarc64-pc-windows-msvc
+          args: --target aarch64-pc-windows-msvc
       
       - name: Portable Bundle
         if: matrix.os == 'windows-latest'
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 055561f..2bba624 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -60,6 +60,7 @@ jobs:
         if: startsWith(github.event.inputs.os, 'windows-')
         run: |
           rustup target add aarch64-pc-windows-msvc
+          rustup target list
 
       - name: Get yarn cache dir path
         id: yarn-cache-dir-path
@@ -96,4 +97,4 @@ jobs:
           TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
           TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
         with:
-          args: --target aarc64-pc-windows-msvc
+          args: --target aarch64-pc-windows-msvc
-- 
GitLab