From 3ca65f508d1a2872e0130fc6a39a1b6dcd5420c4 Mon Sep 17 00:00:00 2001 From: j m <1406993111@qq.com> Date: Sat, 11 May 2024 08:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 37998cd..2660228 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: npm install - name: Build - run: npm run build + run: npm build # 上传构建产物zip - name: Upload artifacts uses: actions/upload-artifact@v4