We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c8ef7 commit a7884ebCopy full SHA for a7884eb
.goreleaser.yml
@@ -3,18 +3,20 @@ before:
3
- go mod download
4
builds:
5
- main: ./lile/main.go
6
+ id: lile
7
binary: lile
8
env:
9
- CGO_ENABLED=0
10
- main: ./protoc-gen-lile-server/main.go
11
+ id: protoc-gen
12
binary: protoc-gen-lile-server
13
14
-brew:
- name: lile
15
- github:
16
- owner: lileio
17
- name: homebrew-lile
+brews:
+ - name: lile
+ github:
18
+ owner: lileio
19
+ name: homebrew-lile
20
archives:
21
- replacements:
22
darwin: Darwin
0 commit comments