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