mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-15 19:22:26 +08:00
chore: change preview gif and fix portable CI
This commit is contained in:
parent
1b25bfbf5a
commit
e5b1ece5c0
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
|
@ -15,15 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: windows-latest
|
||||
portable: false
|
||||
- os: windows-latest
|
||||
portable: true
|
||||
- os: ubuntu-latest
|
||||
portable: false
|
||||
- os: macos-latest
|
||||
portable: false
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: startsWith(github.repository, 'wonfen')
|
||||
|
@ -63,9 +55,6 @@ jobs:
|
|||
|
||||
- name: Tauri build
|
||||
uses: tauri-apps/tauri-action@v0
|
||||
# enable cache even though failed
|
||||
# continue-on-error: true
|
||||
if: matrix.portable == false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||
|
@ -82,6 +71,7 @@ jobs:
|
|||
- name: Portable Bundle
|
||||
if: matrix.portable == true
|
||||
run: |
|
||||
pnpm build
|
||||
pnpm portable
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
BIN
docs/preview.gif
BIN
docs/preview.gif
Binary file not shown.
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 6.3 MiB |
Loading…
Reference in New Issue
Block a user