mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
docs: a name key is required (#1406)
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
parent
fa608c302e
commit
06fa65fce5
@ -32,10 +32,11 @@ Prerequisites:
|
||||
|
||||
The `target` is the template of the URL to upload the artifacts to (_without_ the name of the artifact).
|
||||
|
||||
An example configuration for `goreleaser` in upload mode `binary` with the target can look like
|
||||
An example configuration for `goreleaser` in upload mode `binary` with the target can look like:
|
||||
|
||||
```yaml
|
||||
- mode: binary
|
||||
- name: production
|
||||
mode: binary
|
||||
target: 'http://some.server/some/path/example-repo-local/{{ .ProjectName }}/{{ .Version }}/{{ .Os }}/{{ .Arch }}{{ if .Arm }}{{ .Arm }}{{ end }}'
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user