diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index f6f5cb96133cec7cad5fa70d855e2b7af643a71d..e6a5a6f650b2fea9876c46885f80ceededf8808c 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 d811217595d52a511c5909c5d13f5afc415fd887..68062c5a32ccac0c7f256f6209830583cade9ecd 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 055561f1d5106d9423bf6023f4bca3226982ba66..2bba624a6a75333f4e067793122567eb67e55aba 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