Skip to content

Commit

Permalink
build: fixed homebrew download url
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Dec 5, 2020
1 parent 364a3a9 commit 2a74408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ brews:
# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"
url_template: "https://github.com/jittering/vproxy/releases/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/jittering/vproxy/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

commit_author:
name: Chetan Sarva (via goreleaser)
Expand Down

0 comments on commit 2a74408

Please sign in to comment.