From a3fa2ac47fd1ffc1a081ca972b3aaec1c3e2fe4a Mon Sep 17 00:00:00 2001 From: Alex Bucknall Date: Thu, 20 Nov 2025 14:59:45 +0000 Subject: [PATCH] fix: corrects binary archives for mac and linux --- .goreleaser.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2060e88..2b30ef4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -109,8 +109,21 @@ nfpms: formats: - deb +archives: + - id: note-cli + ids: + - notecard + - notehub + - notecard-linux + - notehub-linux + homebrew_casks: - - repository: + - ids: + - note-cli + binaries: + - notecard + - notehub + repository: owner: blues name: homebrew-note-cli token: "{{ .Env.TAP_GITHUB_TOKEN }}"