From d02431e260810e627aab16579947578c980f16e1 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Tue, 17 May 2022 12:34:30 +0800
Subject: [PATCH] chore: fix alpha ci

---
 .github/workflows/alpha.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml
index 6fcc6b7..e436fbc 100644
--- a/.github/workflows/alpha.yml
+++ b/.github/workflows/alpha.yml
@@ -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
-- 
GitLab