From 1c1e5b62a77f661bf90bed59ed9bd625041fd2e5 Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sat, 25 Feb 2023 21:39:37 +0800 Subject: [PATCH] =?UTF-8?q?[*]=20=E6=8C=87=E5=AE=9A=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 b22a692..710ff62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,9 +35,9 @@ jobs: cache: npm node-version: 16.x - run: | - cd ./taoyao-client-web npm install npm run build + working-directory: taoyao-client-web taoyao-client-media: name: Build taoyao client media strategy: @@ -53,6 +53,6 @@ jobs: cache: npm node-version: 16.x - run: | - cd ./taoyao-client-media npm install + working-directory: taoyao-client-media \ No newline at end of file