Skip to content

Commit 0031fee

Browse files
committed
update: fix name
1 parent edda81a commit 0031fee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
project_name: ipvsdsc
1+
project_name: ipvsctl
22
version: 2
33
before:
44
hooks:
55
- go mod download
66
builds:
7-
- id: ipvsdsc
8-
binary: ipvsdsc
7+
- id: ipvsctl
8+
binary: ipvsctl
99
ldflags:
1010
- -s -w -X main.version=v{{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}}
1111
env:

0 commit comments

Comments
 (0)