mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
chore: fix ci
This commit is contained in:
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
|||||||
releaseBody: "Alpha Version"
|
releaseBody: "Alpha Version"
|
||||||
releaseDraft: true
|
releaseDraft: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
args: --target aarc64-pc-windows-msvc
|
args: --target aarch64-pc-windows-msvc
|
||||||
|
|
||||||
# - name: Portable Bundle
|
# - name: Portable Bundle
|
||||||
# if: matrix.os == 'windows-latest'
|
# 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."
|
releaseBody: "More new features are now supported."
|
||||||
releaseDraft: false
|
releaseDraft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
args: --target aarc64-pc-windows-msvc
|
args: --target aarch64-pc-windows-msvc
|
||||||
|
|
||||||
- name: Portable Bundle
|
- name: Portable Bundle
|
||||||
if: matrix.os == 'windows-latest'
|
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-')
|
if: startsWith(github.event.inputs.os, 'windows-')
|
||||||
run: |
|
run: |
|
||||||
rustup target add aarch64-pc-windows-msvc
|
rustup target add aarch64-pc-windows-msvc
|
||||||
|
rustup target list
|
||||||
|
|
||||||
- name: Get yarn cache dir path
|
- name: Get yarn cache dir path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
@@ -96,4 +97,4 @@ jobs:
|
|||||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
args: --target aarc64-pc-windows-msvc
|
args: --target aarch64-pc-windows-msvc
|
||||||
|
|||||||
Reference in New Issue
Block a user