Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlhll committed Jan 14, 2025
1 parent 3265888 commit 8209b74
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./*
Expand Down

0 comments on commit 8209b74

Please sign in to comment.