Update release.yml
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
github_token: ${{ secrets.REPO_GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
goversion: 1.20 # 可以指定编译使用的 Golang 版本
|
||||
goversion: 1.20.1 # 可以指定编译使用的 Golang 版本
|
||||
binary_name: "message-nest" # 可以指定二进制文件的名称
|
||||
extra_files: LICENSE README.md # 需要包含的额外文件
|
||||
|
||||
|
||||
Reference in New Issue
Block a user