Skip to content

Commit b67a32e

Browse files
author
Chris Gilmer
authored
Merge pull request #69 from trussworks/cg_fix_goreleaser_build
Fix goreleaser build to work with building multiple go files
2 parents 946a9d3 + 45c9151 commit b67a32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ builds:
99
- linux
1010
goarch:
1111
- amd64
12-
main: ./cmd/main.go
12+
main: ./cmd/
1313
brews:
1414
- description: "A tool that creates a virtual MFA device and rotates access keys for a new AWS user."
1515
github:

0 commit comments

Comments
 (0)