From 9895f6f0a7260f35eacb155610bffcf6fd0f05fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oskar=20Vihri=C3=A4l=C3=A4?= <oskar.vihriala@gmail.com>
Date: Mon, 12 Aug 2024 01:42:34 +0300
Subject: [PATCH] More etst

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad26590..124ea33 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -100,7 +100,7 @@ Create release:
     #   --description "Poppi client release ${RELEASE_TAG}\nBuild log: ${BUILD_JOB_URL}\n\nMinimum server version: ${MIN_SERVER_VERSION}"
     #   --assets-link '{"name": "poppi.AppImage", "url": "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/poppi/${VERSION}/poppi.AppImage", "link_type": "package", "direct_asset_path": "/poppi.AppImage"}'
     - >
-      release-cli create --name "Poppi client release ${RELEASE_TAG}" --tag-name "${RELEASE_TAG}" --ref "$CI_COMMIT_SHA" \
+      release-cli create --name "Poppi client release ${RELEASE_TAG}" --tag-name "${RELEASE_TAG}" --ref "$CI_COMMIT_SHA"
       --description "Poppi client release ${RELEASE_TAG}\nBuild log: ${BUILD_JOB_URL}\n\nMinimum server version: ${MIN_SERVER_VERSION}" --assets-link '{"name": "poppi.AppImage", "url": "https://gitlab.paivola.fi/api/v4/projects/458/packages/generic/poppi/0.1.8/poppi.AppImage", "link_type": "package", "direct_asset_path": "/poppi.AppImage"}'
   rules:
     - if: '$CI_COMMIT_BRANCH == "master"'
\ No newline at end of file
-- 
GitLab