From 8209b74ee7ba19e18ac128adcc5576cdc57c34e6 Mon Sep 17 00:00:00 2001 From: caojian <983097239@qq.com> Date: Tue, 14 Jan 2025 13:11:23 +0800 Subject: [PATCH] 1 --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8f44d3..69e7fb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,14 +21,6 @@ jobs: with: node-version: '16' - # 安装依赖(如果需要,可根据项目调整) - - name: Install dependencies - run: npm install - - # 打包项目内容(如果需要构建,请自定义这部分) - - name: Build project - run: npm run build - # 创建 ZIP 压缩包并命名为 sing-box-windows - name: Archive files run: zip -r sing-box-windows.zip ./*