chore: alpha ci

This commit is contained in:
GyDi 2022-12-13 17:41:53 +08:00
parent 4d2b35e09d
commit e5109789bf
No known key found for this signature in database
GPG Key ID: 9C3AD40F1F99880A

View File

@ -64,6 +64,15 @@ jobs:
yarn install --network-timeout 1000000 yarn install --network-timeout 1000000
yarn run check 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 - name: Tauri build
uses: tauri-apps/tauri-action@v0 uses: tauri-apps/tauri-action@v0
env: env: