Skip to content

Commit 59803d4

Browse files
committed
Fix darwin target in Goreleaser
1 parent 396ed9e commit 59803d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipedream/.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ builds:
2424
hooks:
2525
post:
2626
- upx "{{ .Path }}"
27-
- id: "pipedream-darwin"
27+
- id: "darwin"
2828
binary: pipedream
2929
ldflags: -s -w -X main.Version={{ .Version }}
3030
goos:

0 commit comments

Comments
 (0)