From cbcdd465f1ab1653a8be12b07bb797e08250c901 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 27 Sep 2021 15:23:11 +0200 Subject: [PATCH] typo fix yaml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 359ec330..c561458b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,9 +43,9 @@ variables: $currentTime = get-date -format ddHH; $VersNumb = $env:NEW_REL $FileManIn="VersGen\manifest.xml" - $FileManOut=$env:APP_NAME +"Resource\manifest.xml" + $FileManOut=$env:APP_NAME +"\Resource\manifest.xml" $FileCLogIn="VersGen\ChangeLog.html" - $FileCLogOut=$env:APP_NAME +"Resource\ChangeLog.html" + $FileCLogOut=$env:APP_NAME +"\Resource\ChangeLog.html" echo "Curr Version: $VersNumb" if($CI_COMMIT_BRANCH -eq "master") {