Skip to content

Commit 182e282

Browse files
committed
Fix main.go path in GoReleaser config for when running from actio/ directory
1 parent 6258e3d commit 182e282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build customization
22
builds:
3-
- main: ./actio/main.go
3+
- main: ./main.go
44
binary: actio
55
goos:
66
- windows

0 commit comments

Comments
 (0)