Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfowler committed Aug 19, 2022
1 parent 32bcb61 commit 2a5d97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ builds:
env:
- CGO_ENABLED=0
binary: "relay"
main: ./relay/main.go
main: ./relay/main/main.go
- id: "catcher"
env:
- CGO_ENABLED=0
binary: "catcher"
main: ./catcher/main.go
main: ./catcher/main/main.go

archives:
-
Expand Down

0 comments on commit 2a5d97c

Please sign in to comment.