Skip to content

Commit

Permalink
add create release
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Dec 11, 2022
1 parent c06ac9b commit 6e7e144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-binary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.18 # 可以指定编译使用的 Golang 版本
binary_name: "hello" # 可以指定二进制文件的名称
extra_files: LICENSE README.md # 需要包含的额外文件
binary_name: "chatgpt-dingtalk" # 可以指定二进制文件的名称
extra_files: LICENSE config.dev.json README.md # 需要包含的额外文件

0 comments on commit 6e7e144

Please sign in to comment.