Skip to content

Commit a71895f

Browse files
committed
feat: add build go binary to release
1 parent 1e1e3ca commit a71895f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/go-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
goarch: ${{ matrix.goarch }}
2424
goversion: 1.16 # 可以指定编译使用的 Golang 版本
2525
binary_name: "wechatbot" # 可以指定二进制文件的名称
26-
extra_files: LICENSE README.md config.dev.json # 需要包含的额外文件
26+
extra_files: README.md config.dev.json # 需要包含的额外文件

0 commit comments

Comments
 (0)