Skip to content

Commit 59fd526

Browse files
committed
- [!] fix goreleaser: projects do not contain a main
1 parent ca8d406 commit 59fd526

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ builds:
2020
- amd64
2121
- arm64
2222

23+
# Path to main.go file or main package.
24+
# Notice: when used with `gomod.proxy`, this must be a package.
25+
#
26+
# Default is `.`.
27+
main: ./cmd/easygen
28+
2329
nfpms:
2430
- maintainer: Tong Sun <suntong@cpan.org>
2531
description: easygen - Easy to use universal code/text generator

0 commit comments

Comments
 (0)