From f488fd871e1247db40eafab84e295d59038f0b42 Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sat, 25 Feb 2023 21:50:33 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd2315b..d9eef88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: with: cache: npm node-version: 16.x - working-directory: ./taoyao-client-web + cache-dependency-path: ./taoyao-client-web - name: Build with NodeJS run: | npm install @@ -54,7 +54,7 @@ jobs: with: cache: npm node-version: 16.x - working-directory: ./taoyao-client-media + cache-dependency-path: ./taoyao-client-media - name: Build with NodeJS run: | npm install