mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
chore: change preview gif and fix portable CI
This commit is contained in:
parent
a604746e0b
commit
1cb59f46e3
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -15,15 +15,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||||
- os: windows-latest
|
|
||||||
portable: false
|
|
||||||
- os: windows-latest
|
|
||||||
portable: true
|
|
||||||
- os: ubuntu-latest
|
|
||||||
portable: false
|
|
||||||
- os: macos-latest
|
|
||||||
portable: false
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: startsWith(github.repository, 'wonfen')
|
if: startsWith(github.repository, 'wonfen')
|
||||||
@ -63,9 +55,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Tauri build
|
- name: Tauri build
|
||||||
uses: tauri-apps/tauri-action@v0
|
uses: tauri-apps/tauri-action@v0
|
||||||
# enable cache even though failed
|
|
||||||
# continue-on-error: true
|
|
||||||
if: matrix.portable == false
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||||
@ -82,6 +71,7 @@ jobs:
|
|||||||
- name: Portable Bundle
|
- name: Portable Bundle
|
||||||
if: matrix.portable == true
|
if: matrix.portable == true
|
||||||
run: |
|
run: |
|
||||||
|
pnpm build
|
||||||
pnpm portable
|
pnpm portable
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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…
x
Reference in New Issue
Block a user