Skip to content

Commit 124bb47

Browse files
committed
chore(release): change package entry point
1 parent 55acfd3 commit 124bb47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
builds:
2-
- main: cmd/fossa.go
2+
- main: cmd/fossa/main.go
33
binary: fossa
44
goos:
55
- windows
66
- darwin
77
- linux
88
goarch:
9-
- amd64
9+
- amd64

0 commit comments

Comments
 (0)