From 5bb3a322e10bd5428a74c4eee02cd156d22e24f0 Mon Sep 17 00:00:00 2001 From: ayangweb <473033518@qq.com> Date: Wed, 20 May 2026 18:12:08 +0800 Subject: [PATCH] fix(release): standardize repository reference format and update pnpm version --- .github/workflows/release.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e58d6e07..fd43255e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: - name: Checkout dependency repository uses: actions/checkout@v4 with: - repository: 'infinilabs/pizza' + repository: "infinilabs/pizza" ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} submodules: recursive ref: main @@ -98,7 +98,7 @@ jobs: node-version: 20 - uses: pnpm/action-setup@v3 with: - version: latest + version: 9 - name: Install dependencies (ubuntu only) if: startsWith(matrix.platform, 'ubuntu-22.04') @@ -106,16 +106,14 @@ jobs: sudo apt-get update sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils libtracker-sparql-3.0-dev - # On Windows, we need to generate bindings for 'searchapi.h' using bindgen. # And bindgen relies on 'libclang' # https://rust-lang.github.io/rust-bindgen/requirements.html#windows # - # We don't need to install it because it is already included in GitHub + # We don't need to install it because it is already included in GitHub # Action runner image: # https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md#language-and-runtime - - name: Add Rust build target working-directory: src-tauri shell: bash @@ -149,7 +147,7 @@ jobs: - name: Install app dependencies and build web run: pnpm install --frozen-lockfile - + - name: Build the coco at ${{ matrix.platform}} for ${{ matrix.target }} @ ${{ env.APP_VERSION }} uses: tauri-apps/tauri-action@v0 env: