diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f15099732e237a19e0b6af6719ea738c82f9c6d2..6a09d212baa89517dd831b566d6b7839529b9491 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,8 +64,7 @@ release-windows: - echo "Create Release $TAG from Artifacts of the $BUILD_JOB_ID job" - echo ${BUILD_JOB_ID} - | - release-cli --insecure-https create --name "Release $TAG" --description "Release $TAG" --tag-name "$TAG" ` - --assets-link '{\"name\":\"Example_Seminararbeit\",\"url\":\"https://git.ift.tuwien.ac.at/lab/pub/ift-latex/-/jobs/${BUILD_JOB_ID}/artifacts/file/Example_SEM.pdf",\"link_type\":\"other\"}' + release-cli --insecure-https create --name "Release $TAG" --description "Release $TAG" --tag-name "$TAG" --assets-link '{\"name\":\"Example_Seminararbeit\",\"url\":\"https://git.ift.tuwien.ac.at/lab/pub/ift-latex/-/jobs/${BUILD_JOB_ID}/artifacts/file/Example_SEM.pdf",\"link_type\":\"other\"}' #FIXME: insecure https - solution from https://gitlab.com/gitlab-org/release-cli/-/issues/47