chore: fix alpha ci

This commit is contained in:
GyDi 2022-05-17 12:34:30 +08:00 committed by GitHub
parent f24f6ead92
commit d02431e260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,8 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
with:
working-directory: src-tauri
- name: Install Node
uses: actions/setup-node@v1
@ -83,7 +85,7 @@ jobs:
- name: Tauri build Meta
uses: tauri-apps/tauri-action@v0
# enable cache even though failed
# continue-on-error: true
continue-on-error: true
env:
VITE_MULTI_CORE: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -91,7 +93,7 @@ jobs:
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: alpha
configPath: src-tauri/tauri.meta.json
configPath: tauri.meta.json
releaseName: "Clash Verge Alpha"
releaseBody: "Alpha Version"
releaseDraft: false