From 12feefaaec7bbde0474e4e53cae59c174c645d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 13 Mar 2023 17:16:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(actions):=E6=9B=B4=E6=AD=A3=E4=B9=A6?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ca3305..1b8ce64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - uses: pnpm/action-setup@v2 with: - version: lastest-7 + version: latest-7 - name: install frontend dependencies run: pnpm install # change this to npm or pnpm depending on which one you use - uses: tauri-apps/tauri-action@v0