Skip to content

Commit 469ad97

Browse files
committed
Fix .goreleaser.yml
1 parent c2b7010 commit 469ad97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
project_name: variant
22
builds:
3-
- env:
3+
- main: ./pkg/cmd
4+
env:
45
- CGO_ENABLED=0
56
ldflags:
67
- -s -w -X github.com/mumoshu/variant2/Version={{.Version}}

0 commit comments

Comments
 (0)