From ca207fc4c91121b86b09c295fbe1f2aa3fd2d707 Mon Sep 17 00:00:00 2001 From: Ava Affine Date: Wed, 21 Feb 2024 11:27:55 -0800 Subject: [PATCH] fix link in create-release Signed-off-by: Ava Affine --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b878b3..2945cc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,10 +68,10 @@ create-release: rules: - if: '$CI_COMMIT_TAG =~ "/^v\d+.\d+.\d+/"' release: - name: 'Release v$(cat VERSION)' + name: 'Release $(cat VERSION)' description: 'See releast_contents.txt' tag_name: $CI_COMMIT_TAG assets: links: - name: Get the release here - - url: https://gitlab.com/whom/relish/-/jobs/`cat ID`/artifacts/file/flesh-`cat VERSION`.tar.gz + url: https://gitlab.com/whom/relish/-/jobs/`cat ID`/artifacts/file/flesh-`cat VERSION`.tar.gz