chore: alpha ci

This commit is contained in:
GyDi 2022-05-18 14:07:41 +08:00 committed by GitHub
parent d6103191ba
commit 536e3ffb11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 3 deletions

View File

@ -83,7 +83,7 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Tauri build Meta
uses: tauri-apps/tauri-action@v0
uses: tauri-apps/tauri-action@743a37fd53cbdd122910b818b9bef7b7aa019134
# enable cache even though failed
continue-on-error: true
env:
@ -93,10 +93,10 @@ jobs:
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: alpha
configPath: src-tauri/tauri.meta.json
args: "-c src-tauri/tauri.alpha.json"
releaseName: "Clash Verge Alpha"
releaseBody: "Alpha Version"
releaseDraft: false
releaseDraft: true
prerelease: true
- name: Portable Bundle For Meta

View File

@ -0,0 +1,13 @@
{
"tauri": {
"bundle": {
"externalBin": ["sidecar/clash", "sidecar/clash-meta"],
"windows": {
"wix": {
"language": ["zh-CN", "en-US"]
}
}
}
}
}