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") {