We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defaf3e commit c36d06fCopy full SHA for c36d06f
.goreleaser.yml
@@ -29,6 +29,8 @@ builds:
29
id: generate-usage
30
goos: [linux]
31
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'.
34
hooks:
35
post:
36
- cmd: "scripts/documentation.sh {{ .Path }}"
0 commit comments