Skip to content

Commit 08942d2

Browse files
authored
Merge pull request #15 from mjudeikis/fix.go.releaser
🌱 fix go releaser
2 parents e89f924 + 1764adf commit 08942d2

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.goreleaser.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ builds:
1616
goarch: ppc64le
1717
env:
1818
- CGO_ENABLED=0
19-
- id: "kubectl-workspace"
20-
main: ./cmd/kubectl-workspace
21-
binary: bin/kubectl-workspace
19+
- id: "kubectl-workload"
20+
main: ./cmd/kubectl-workload
21+
binary: bin/kubectl-workload
2222
ldflags:
2323
- "{{ .Env.LDFLAGS }}"
2424
goos:
@@ -36,8 +36,7 @@ builds:
3636
goarch: ppc64le
3737
hooks:
3838
post:
39-
- ln -sfr bin/kubectl-workspace bin/kubectl-workspaces
40-
- ln -sfr bin/kubectl-workspace bin/kubectl-ws
39+
- ln -sfr bin/kubectl-workload bin/kubectl-workloads
4140
env:
4241
- CGO_ENABLED=0
4342
archives:
@@ -47,11 +46,10 @@ archives:
4746
- id: kubectl-tmc-plugin
4847
builds:
4948
- kubectl-tmc
50-
- kubectl-workspace
49+
- kubectl-workload
5150
name_template: "kubectl-tmc-plugin_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
5251
files:
53-
- bin/kubectl-workspaces
54-
- bin/kubectl-ws
52+
- bin/kubectl-workloads
5553
release:
5654
draft: true
5755
prerelease: auto

0 commit comments

Comments
 (0)