Skip to content

Commit 229634b

Browse files
committed
fix action
1 parent 6a1b9b1 commit 229634b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
goarch: ${{ matrix.goarch }}
3131
goversion: go.mod # 可以指定编译使用的 Golang 版本
3232
binary_name: "goFile" # 可以指定二进制文件的名称
33-
asset_name: ${BINARY_NAME}-${GOOS}-${GOARCH}
33+
asset_name: goFile-${{ matrix.goos }}-${{ matrix.goarch }}
3434
# extra_files: templates # 需要包含的额外文件

0 commit comments

Comments
 (0)