Skip to content

Commit 793fdd9

Browse files
committed
binary name should be lcode
1 parent db667ec commit 793fdd9

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.slsa-goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3232
ldflags:

.slsa-goreleaser/darwin-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3232
ldflags:

.slsa-goreleaser/darwin-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3232
ldflags:

.slsa-goreleaser/linux-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3232
ldflags:

.slsa-goreleaser/linux-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3232
ldflags:

.slsa-goreleaser/windows-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3232
ldflags:

.slsa-goreleaser/windows-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
3232
ldflags:

0 commit comments

Comments
 (0)