Skip to content

Commit 9820fce

Browse files
committed
fix: correct path to main.go
1 parent f1228ac commit 9820fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ brews:
2121
bin.install "gitlab"
2222
builds:
2323
- id: *name
24-
main: "./cmd/gitlab"
24+
main: "./main.go"
2525
binary: *name
2626
env:
2727
- CGO_ENABLED=0

0 commit comments

Comments
 (0)