Browse Source

chore: test ci

GyDi 3 years ago
parent
commit
5421c94853
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/alpha.yml

+ 3 - 3
.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