Make latest links work with relative paths

This commit is contained in:
Yuri Sizov
2023-03-28 20:28:13 +02:00
parent 0635ddd7db
commit f3ba3c271d

View File

@@ -155,7 +155,7 @@ export default class LatestItem extends LitElement {
<span>
<a
class="workflow-artifact-link"
href="/download/${this.repository}/${this.branch}/${artifact.artifact_name}"
href="download/${this.repository}/${this.branch}/${artifact.artifact_name}"
target="_blank"
>
${artifact.artifact_name}