From 8a44266423272066f9b827c8a86826e1180708b9 Mon Sep 17 00:00:00 2001 From: Dimitrii Nikolaev Date: Thu, 19 May 2022 20:02:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c2d024..7b957fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ release-windows: - echo ${BUILD_JOB_ID} #typeotheroo > - > - release-cli --insecure-https create --noth "Release $TAG" --description "Release $TAG" --tag-name "$TAG" + release-cli --insecure-https create --name "Release $TAG" --description "Release $TAG" --tag-name "$TAG" --assets-links-name "Example_Seminararbeit" --assets-links-url "https://git.ift.tuwien.ac.at/lab/pub/ift-latex/-/jobs/${BUILD_JOB_ID}/artifacts/file/Example_SEM.pdf" #othe -- GitLab