File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11version : 2
22project_name : troubleshoot
33
4+ release :
5+ prerelease : auto
6+
47builds :
58 - id : preflight
69 main : ./cmd/preflight/main.go
@@ -121,7 +124,7 @@ universal_binaries:
121124 replace : true
122125 name_template : support-bundle
123126
124- homebrew_casks :
127+ brews :
125128 - name : preflight
126129 ids : [preflight]
127130 homepage : https://docs.replicated.com/reference/preflight-overview/
@@ -130,7 +133,8 @@ homebrew_casks:
130133 owner : replicatedhq
131134 name : homebrew-replicated
132135 branch : main
133- binary : preflight
136+ install : |
137+ bin.install "preflight"
134138 - name : support-bundle
135139 ids : [support-bundle]
136140 homepage : https://docs.replicated.com/reference/support-bundle-overview/
@@ -139,4 +143,5 @@ homebrew_casks:
139143 owner : replicatedhq
140144 name : homebrew-replicated
141145 branch : main
142- binary : support-bundle
146+ install : |
147+ bin.install "support-bundle"
You can’t perform that action at this time.
0 commit comments