chore: test ci
This commit is contained in:
parent
10f6bc092a
commit
5421c94853
6
.github/workflows/alpha.yml
vendored
6
.github/workflows/alpha.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Release CI
|
name: Alpha CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
- name: Yarn install and check
|
- name: Yarn install and check
|
||||||
run: |
|
run: |
|
||||||
yarn install --network-timeout 1000000
|
yarn install --network-timeout 1000000
|
||||||
yarn run check
|
yarn run check --meta
|
||||||
|
|
||||||
# - name: Tauri build
|
# - name: Tauri build
|
||||||
# uses: tauri-apps/tauri-action@v0
|
# uses: tauri-apps/tauri-action@v0
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
tagName: alpha
|
tagName: alpha
|
||||||
tauriScript: "yarn build:meta"
|
configPath: tauri.meta.json
|
||||||
releaseName: "Clash Verge Alpha"
|
releaseName: "Clash Verge Alpha"
|
||||||
releaseBody: "Alpha Version"
|
releaseBody: "Alpha Version"
|
||||||
releaseDraft: false
|
releaseDraft: false
|
||||||
|
Loading…
Reference in New Issue
Block a user