We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1b9b1 commit 229634bCopy full SHA for 229634b
1 file changed
.github/workflows/build-go.yml
@@ -30,5 +30,5 @@ jobs:
30
goarch: ${{ matrix.goarch }}
31
goversion: go.mod # 可以指定编译使用的 Golang 版本
32
binary_name: "goFile" # 可以指定二进制文件的名称
33
- asset_name: ${BINARY_NAME}-${GOOS}-${GOARCH}
+ asset_name: goFile-${{ matrix.goos }}-${{ matrix.goarch }}
34
# extra_files: templates # 需要包含的额外文件
0 commit comments