Skip to content

Commit 6631ae6

Browse files
committed
goreleaser: set id for universal_binaries to make config more robust
1 parent f47ff73 commit 6631ae6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ builds:
106106
pre: sh -c "cd ./cmd/tkey-ssh-agent-tray && ../../gotools/go-winres make --arch amd64"
107107

108108
universal_binaries:
109-
- ids:
109+
- id: tkey-ssh-agent
110+
ids:
110111
- darwin
111112
replace: true
112113
name_template: "tkey-ssh-agent"

0 commit comments

Comments
 (0)