File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ goarch: "{{goarch}}"
2626# Binary output name.
2727# {{ .Os }} will be replaced by goos field in the config file.
2828# {{ .Arch }} will be replaced by goarch field in the config file.
29- binary : lcode-hub- {{ .Os }}-{{ .Arch }}
29+ binary : lcode-{{ .Os }}-{{ .Arch }}
3030
3131# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3232ldflags :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ goarch: "amd64"
2626# Binary output name.
2727# {{ .Os }} will be replaced by goos field in the config file.
2828# {{ .Arch }} will be replaced by goarch field in the config file.
29- binary : lcode-hub- {{ .Os }}-{{ .Arch }}
29+ binary : lcode-{{ .Os }}-{{ .Arch }}
3030
3131# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3232ldflags :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ goarch: "arm64"
2626# Binary output name.
2727# {{ .Os }} will be replaced by goos field in the config file.
2828# {{ .Arch }} will be replaced by goarch field in the config file.
29- binary : lcode-hub- {{ .Os }}-{{ .Arch }}
29+ binary : lcode-{{ .Os }}-{{ .Arch }}
3030
3131# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3232ldflags :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ goarch: "amd64"
2626# Binary output name.
2727# {{ .Os }} will be replaced by goos field in the config file.
2828# {{ .Arch }} will be replaced by goarch field in the config file.
29- binary : lcode-hub- {{ .Os }}-{{ .Arch }}
29+ binary : lcode-{{ .Os }}-{{ .Arch }}
3030
3131# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3232ldflags :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ goarch: "arm64"
2626# Binary output name.
2727# {{ .Os }} will be replaced by goos field in the config file.
2828# {{ .Arch }} will be replaced by goarch field in the config file.
29- binary : lcode-hub- {{ .Os }}-{{ .Arch }}
29+ binary : lcode-{{ .Os }}-{{ .Arch }}
3030
3131# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3232ldflags :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ goarch: "amd64"
2626# Binary output name.
2727# {{ .Os }} will be replaced by goos field in the config file.
2828# {{ .Arch }} will be replaced by goarch field in the config file.
29- binary : lcode-hub- {{ .Os }}-{{ .Arch }}
29+ binary : lcode-{{ .Os }}-{{ .Arch }}
3030
3131# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3232ldflags :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ goarch: "arm64"
2626# Binary output name.
2727# {{ .Os }} will be replaced by goos field in the config file.
2828# {{ .Arch }} will be replaced by goarch field in the config file.
29- binary : lcode-hub- {{ .Os }}-{{ .Arch }}
29+ binary : lcode-{{ .Os }}-{{ .Arch }}
3030
3131# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
3232ldflags :
You can’t perform that action at this time.
0 commit comments