ci: fix the post install tap command

This commit is contained in:
Henrique Dias
2025-06-17 16:47:34 +02:00
parent 6ebfdcceaa
commit 1cc539eb8a

View File

@@ -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