Skip to content

Commit 409a189

Browse files
committed
调整github的配置
1 parent c85c2ad commit 409a189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go-binary-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
2222
goos: ${{ matrix.goos }}
2323
goarch: ${{ matrix.goarch }}
24+
retry: 10
25+
overwrite: true
2426
goversion: 1.18 # 可以指定编译使用的 Golang 版本
2527
binary_name: "cloudctl" # 可以指定二进制文件的名称
2628
extra_files: LICENSE config.example.yml project_list.example.yml README.md # 需要包含的额外文件

0 commit comments

Comments
 (0)