From 5421c94853c710ef1bdd112e703a2caea1e481d5 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Tue, 17 May 2022 02:17:02 +0800
Subject: [PATCH] chore: test ci

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

diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml
index a31ca54..b08594b 100644
--- a/.github/workflows/alpha.yml
+++ b/.github/workflows/alpha.yml
@@ -1,4 +1,4 @@
-name: Release CI
+name: Alpha CI
 
 on:
   push:
@@ -58,7 +58,7 @@ jobs:
       - name: Yarn install and check
         run: |
           yarn install --network-timeout 1000000
-          yarn run check
+          yarn run check --meta
 
       # - name: Tauri build
       #   uses: tauri-apps/tauri-action@v0
@@ -93,7 +93,7 @@ jobs:
           TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
         with:
           tagName: alpha
-          tauriScript: "yarn build:meta"
+          configPath: tauri.meta.json
           releaseName: "Clash Verge Alpha"
           releaseBody: "Alpha Version"
           releaseDraft: false
-- 
GitLab