Skip to content

Commit a7884eb

Browse files
committed
New goreleaser config
1 parent f1c8ef7 commit a7884eb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.goreleaser.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ before:
33
- go mod download
44
builds:
55
- main: ./lile/main.go
6+
id: lile
67
binary: lile
78
env:
89
- CGO_ENABLED=0
910
- main: ./protoc-gen-lile-server/main.go
11+
id: protoc-gen
1012
binary: protoc-gen-lile-server
1113
env:
1214
- CGO_ENABLED=0
13-
brew:
14-
name: lile
15-
github:
16-
owner: lileio
17-
name: homebrew-lile
15+
brews:
16+
- name: lile
17+
github:
18+
owner: lileio
19+
name: homebrew-lile
1820
archives:
1921
- replacements:
2022
darwin: Darwin

0 commit comments

Comments
 (0)