Skip to content
Snippets Groups Projects
Commit 64a0d688 authored by Arie Peterson's avatar Arie Peterson
Browse files

Fix templating of raw_url

parent 24d02150
No related branches found
No related tags found
No related merge requests found
Pipeline #44255 passed with stages
in 6 minutes and 18 seconds
......@@ -120,7 +120,7 @@ data:
# `raw_url`.
{{- $_ := set $ "version" .version}}
{{- if .raw_url }}
url="{{ tpl .raw_url }}"
url="{{ tpl .raw_url $ }}"
{{- else }}
url="https://github.com/{{ .github_repository }}/releases/download/{{ .version }}/{{ tpl .release_filename $ }}"
{{- end }} # end if .raw_url
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment