mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix artifact url to not be static
And also remove example artifacts, I'm a silly
This commit is contained in:
parent
3104b3ce39
commit
021a4ad002
@ -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: "${CI_PROJECT_URL}/-/jobs/`cat CI_JOB_ID.txt`/artifacts/download"
|
||||
link_type: package
|
||||
|
Loading…
Reference in New Issue
Block a user