Skip to content

Commit

Permalink
chore: fix alpha ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi authored May 17, 2022
1 parent f24f6ea commit d02431e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -83,15 +85,15 @@ 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 }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
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
Expand Down

0 comments on commit d02431e

Please sign in to comment.