mirror of
https://github.com/lukaszraczylo/lolcathost.git
synced 2026-07-14 09:50:33 +00:00
Cleanup, signing and update of internals.
This commit is contained in:
@@ -65,3 +65,14 @@ homebrew_casks:
|
||||
system_command "/usr/bin/xattr",
|
||||
args: ["-dr", "com.apple.quarantine", "#{staged_path}/lolcathost"]
|
||||
end
|
||||
|
||||
signs:
|
||||
- cmd: cosign
|
||||
signature: "${artifact}.sigstore.json"
|
||||
args:
|
||||
- sign-blob
|
||||
- "--bundle=${signature}"
|
||||
- "${artifact}"
|
||||
- "--yes"
|
||||
artifacts: checksum
|
||||
output: true
|
||||
|
||||
Reference in New Issue
Block a user