mirror of
https://github.com/godotengine/godot-commit-artifacts.git
synced 2025-12-31 05:48:27 +03:00
Make latest links work with relative paths
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user