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