From debee931faed81b8198b2188a8d2f53628ab56e9 Mon Sep 17 00:00:00 2001 From: Par9uet <1607611087@qq.com> Date: Sat, 2 Nov 2024 19:20:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/latest.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 85ee296..fdbb370 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -25,6 +25,9 @@ jobs: - name: Enable Corepack run: corepack enable + + - name: Install pnpm + run: corepack prepare pnpm@latest --activate - name: Cache pnpm uses: actions/cache@v4 @@ -42,14 +45,14 @@ jobs: - name: Upload Linux Artifacts if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linux-release-assets-${{ github.sha }} path: release/*/jm-desktop-Linux-*.AppImage - name: Upload Windows Artifacts if: matrix.os == 'windows-latest' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: windows-release-assets-${{ github.sha }} path: release/*/jm-desktop-Windows-*.zip \ No newline at end of file