Skip to content

Commit c36d06f

Browse files
authored
fix ci binary overlap (#209)
1 parent defaf3e commit c36d06f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ builds:
2929
id: generate-usage
3030
goos: [linux]
3131
goarch: [amd64]
32+
binary: 'fastly-usage' # we rename the binary to prevent an error caused by the earlier 'linux/amd64' step
33+
# which already creates a 'fastly' binary in '/usr/local/bin'.
3234
hooks:
3335
post:
3436
- cmd: "scripts/documentation.sh {{ .Path }}"

0 commit comments

Comments
 (0)