chore: fix ci

This commit is contained in:
GyDi 2022-09-28 16:04:05 +08:00 committed by GitHub
parent 64216cba67
commit bef4033d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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