mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
chore: alpha ci
This commit is contained in:
parent
4d2b35e09d
commit
e5109789bf
9
.github/workflows/alpha.yml
vendored
9
.github/workflows/alpha.yml
vendored
|
@ -64,6 +64,15 @@ jobs:
|
|||
yarn install --network-timeout 1000000
|
||||
yarn run check
|
||||
|
||||
- name: Delete current release assets
|
||||
uses: mknejp/delete-release-assets@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: alpha
|
||||
assets: |
|
||||
*.zip
|
||||
*.gz
|
||||
|
||||
- name: Tauri build
|
||||
uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user