Skip to content

Commit f0870b3

Browse files
committed
goreleaser settings.
1 parent 7498bd4 commit f0870b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ archive:
88
builds:
99
- id: linux
1010
binary: path-helper
11-
main: .
11+
main: cmd/path-helper/main.go
1212
goos:
1313
- linux
1414
env:
@@ -19,7 +19,7 @@ builds:
1919
- amd64
2020
- id: darwin
2121
binary: path-helper
22-
main: .
22+
main: cmd/path-helper/main.go
2323
goos:
2424
- darwin
2525
env:

0 commit comments

Comments
 (0)