Skip to content
Snippets Groups Projects
Unverified Commit bef4033d authored by GyDi's avatar GyDi Committed by GitHub
Browse files

chore: fix ci

parent 64216cba
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
......@@ -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'
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment