Skip to content

Commit 32bcb61

Browse files
committed
Update .goreleaser.yaml
1 parent d03a045 commit 32bcb61

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,17 @@
55
# - go mod tidy
66
# you may remove this if you don't need go generate
77
# - go generate ./...
8-
before:
9-
hooks:
10-
- make prep
118
builds:
129
- id: "relay"
1310
env:
1411
- CGO_ENABLED=0
1512
binary: "relay"
16-
main: ./go/src/relay/main/main.go
13+
main: ./relay/main.go
1714
- id: "catcher"
1815
env:
1916
- CGO_ENABLED=0
2017
binary: "catcher"
21-
main: ./go/src/catcher/main/main.go
18+
main: ./catcher/main.go
2219

2320
archives:
2421
-

0 commit comments

Comments
 (0)