Skip to content

Commit

Permalink
调整github的配置
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jun 5, 2023
1 parent c85c2ad commit 409a189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-binary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
retry: 10
overwrite: true
goversion: 1.18 # 可以指定编译使用的 Golang 版本
binary_name: "cloudctl" # 可以指定二进制文件的名称
extra_files: LICENSE config.example.yml project_list.example.yml README.md # 需要包含的额外文件

0 comments on commit 409a189

Please sign in to comment.