Skip to content

Commit 446da0f

Browse files
committed
update goreleaser to have correct binary name
1 parent 840be93 commit 446da0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ release:
55

66
builds:
77
- id: linux-build
8-
binary: mass
8+
binary: xo
99
env:
1010
- CGO_ENABLED=0
1111
goos:
@@ -15,7 +15,7 @@ builds:
1515
- arm64
1616

1717
- id: darwin-build
18-
binary: mass
18+
binary: xo
1919
env:
2020
- CGO_ENABLED=0
2121
goos:

0 commit comments

Comments
 (0)