Skip to content
Snippets Groups Projects
Commit 36bb63f8 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

fo

parent 3976a718
No related branches found
Tags v20210830.32829
No related merge requests found
Pipeline #10765 passed
......@@ -36,7 +36,7 @@ tag_release:
for f in output/*; do
base="$(basename "${f}")"
curl -sSf --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file "${f}" "${PACKAGE_REGISTRY_URL}/${base}"
assets_links+=(--assets-link "{\"name\":\"${base}\",\"filepath\":\"/${base/-$BUILD_VERSION}\","\"url\":\"${PACKAGE_REGISTRY_URL}/${base}\"}")
assets_links+=(--assets-link "{\"name\":\"${base}\",\"filepath\":\"/${base/-$BUILD_VERSION}\",\"url\":\"${PACKAGE_REGISTRY_URL}/${base}\"}")
done
- release-cli create --name "v$BUILD_VERSION" --tag-name v$BUILD_VERSION "${assets_links[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment