From 510cadf65724c5b0054b00f9cb2c05247d19c6c0 Mon Sep 17 00:00:00 2001 From: Christoph Alt <christoph.alt@fau.de> Date: Fri, 21 Feb 2025 10:22:40 +0100 Subject: [PATCH] fixed typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4624bb6..c430eab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ cmake-standalone: stage: deploy needs: [] script: - - echo "Publishing Cmake standalone + - echo "Publishing Cmake standalone" artifacts: paths: - standalone -- GitLab