Fix artifact url to not be static

And also remove example artifacts, I'm a silly
This commit is contained in:
Zedifus 2022-06-16 20:11:54 +01:00
parent 3104b3ce39
commit 021a4ad002

View File

@ -14,5 +14,5 @@ release:
assets: assets:
links: links:
- name: Windows Package - 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 link_type: package