diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 6fcc6b7fdf..e436fbcf71 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