mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
chore: alpha ci
This commit is contained in:
parent
e5109789bf
commit
1b7a52d5af
7
.github/workflows/alpha.yml
vendored
7
.github/workflows/alpha.yml
vendored
|
@ -68,10 +68,15 @@ jobs:
|
||||||
uses: mknejp/delete-release-assets@v1
|
uses: mknejp/delete-release-assets@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_name: alpha
|
tag: alpha
|
||||||
assets: |
|
assets: |
|
||||||
*.zip
|
*.zip
|
||||||
*.gz
|
*.gz
|
||||||
|
*.AppImage
|
||||||
|
*.deb
|
||||||
|
*.dmg
|
||||||
|
*.msi
|
||||||
|
*.sig
|
||||||
|
|
||||||
- name: Tauri build
|
- name: Tauri build
|
||||||
uses: tauri-apps/tauri-action@v0
|
uses: tauri-apps/tauri-action@v0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user