1
0
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:
Matthew Bamber 2023-04-23 18:22:25 +01:00 committed by GitHub
parent 2d5cb60771
commit 3324f01bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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