Fix artifact link url construction

This may resolve it...
This commit is contained in:
Zedifus 2022-06-16 19:33:59 +01:00
parent 2bbcf65278
commit 3104b3ce39

View File

@ -14,5 +14,5 @@ release:
assets:
links:
- name: Windows Package
url: "https://gitlab.com/some/repo/-/jobs/$(cat CI_JOB_ID.txt)/artifacts/download"
url: "https://gitlab.com/some/repo/-/jobs/`cat CI_JOB_ID.txt`/artifacts/download"
link_type: package