We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85c2ad commit 409a189Copy full SHA for 409a189
.github/workflows/go-binary-release.yml
@@ -21,6 +21,8 @@ jobs:
21
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
22
goos: ${{ matrix.goos }}
23
goarch: ${{ matrix.goarch }}
24
+ retry: 10
25
+ overwrite: true
26
goversion: 1.18 # 可以指定编译使用的 Golang 版本
27
binary_name: "cloudctl" # 可以指定二进制文件的名称
28
extra_files: LICENSE config.example.yml project_list.example.yml README.md # 需要包含的额外文件
0 commit comments