mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-13 13:48:40 +02:00
docs(artifactory): Add details on custom_artifact_name (#3953)
This property can be used to omit the artifact name from the target URL, which indirectly adds support for matrix parameters. Fixes #3951
This commit is contained in:
parent
2d5cb60771
commit
3324f01bb5
@ -161,6 +161,9 @@ artifactories:
|
||||
# URL of your Artifactory instance + path to deploy to
|
||||
target: http://artifacts.company.com:8081/artifactory/example-repo-local/{{ .ProjectName }}/{{ .Version }}/
|
||||
|
||||
# Tells goreleaer not to append the artifact name to the target URL. You must do this manually
|
||||
custom_artifact_name: true
|
||||
|
||||
# User that will be used for the deployment
|
||||
username: deployuser
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user