diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95144799..18028160 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/docs/preview.gif b/docs/preview.gif index a3a0ad63..5ffb2dac 100644 Binary files a/docs/preview.gif and b/docs/preview.gif differ