Skip to content

Commit 4a3a0ae

Browse files
ci: fix goreleaser
1 parent 89ca7b3 commit 4a3a0ae

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
@@ -5,9 +5,9 @@ before:
55
- go mod tidy
66

77
builds:
8-
- main: ./cmd/ioctl/main.go
9-
id: "ioctl"
10-
binary: ioctl
8+
- main: ./cmd/cgroup2ctl/main.go
9+
id: "cgroup2ctl"
10+
binary: cgroup2ctl
1111
env:
1212
- CGO_ENABLED=0
1313
goos:

0 commit comments

Comments
 (0)