From cacac281b64032d55c12d64bc46ad20882cd79a4 Mon Sep 17 00:00:00 2001 From: huanghs Date: Tue, 1 Aug 2023 21:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/multiple.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/multiple.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index 17b16e3..49a608e 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -26,7 +26,7 @@ jobs: uses: actions/cache@v3 with: path: node_modules - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} - name: Dependent installation run: yarn install @@ -43,7 +43,7 @@ jobs: uses: actions/cache@v3 with: path: node_modules - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} - name: Dependent installation run: yarn install @@ -60,7 +60,7 @@ jobs: uses: actions/cache@v3 with: path: node_modules - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} - name: Dependent installation run: yarn install