From df0b8e5d07e0868bc6b610c33c5bcd672b3b1eed Mon Sep 17 00:00:00 2001 From: acgist <289547414@qq.com> Date: Sat, 25 Feb 2023 21:35:11 +0800 Subject: [PATCH] [*] --- .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 7fb235a..348d8d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: cache: npm node-version: 16.x - run: | - cd taoyao-client-web + cd ./taoyao-client-web npm install npm run build taoyao-client-media: @@ -53,6 +53,6 @@ jobs: cache: npm node-version: 16.x - run: | - cd taoyao-client-media + cd ./taoyao-client-media npm install \ No newline at end of file