From 1cc539eb8af3890ce6047b88b76757b4ab3c703b Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 17 Jun 2025 16:47:34 +0200 Subject: [PATCH] ci: fix the post install tap command --- .goreleaser.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a6c26a78..9b6dc586 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -208,6 +208,5 @@ homebrew_casks: post: install: | if system_command("/usr/bin/xattr", args: ["-h"]).exit_status == 0 - # replace 'foo' with the actual binary name - system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/foo"] + system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/filebrowser"] end