mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix artifact link url construction
This may resolve it...
This commit is contained in:
parent
2bbcf65278
commit
3104b3ce39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user