Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge 5421c94 into 10f6bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi authored May 16, 2022
2 parents 10f6bc0 + 5421c94 commit baa3e15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release CI
name: Alpha CI

on:
push:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit baa3e15

Please sign in to comment.