mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
chore: fix ci
This commit is contained in:
parent
64216cba67
commit
bef4033d94
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
|
@ -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'
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user