chore: change preview gif and fix portable CI

This commit is contained in:
wonfen 2023-11-23 14:34:11 +08:00
parent 1b25bfbf5a
commit e5b1ece5c0
2 changed files with 2 additions and 12 deletions

View File

@ -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 }}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 6.3 MiB