From 950c18df0ff5f405a1934ffb835f6e3c4b619b9f Mon Sep 17 00:00:00 2001 From: z9130 <984661593@qq.com> Date: Tue, 17 Sep 2024 12:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-act?= =?UTF-8?q?ion.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index b917ad14..a3b15bc3 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -37,15 +37,15 @@ jobs: git checkout test echo "Repository cloned and checked out to test branch." - # Cache pnpm dependencies + # Cache pnpm dependencies - name: Cache pnpm store - uses: https://gitea.com/actions/cache@v3 + uses: actions/cache@v3 id: pnpm-cache with: - path: ~/.pnpm-store + path: .pnpm-store key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pansoft-plrl/pnpm-lock.yaml') }} restore-keys: | - ${{ runner.os }}-pnpm-store- + ${{ runner.os }}-pnpm-store- # Install dependencies and build - name: Install dependencies and build