diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c77b45cc..359ec330 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="Resource\manifest.xml" + $FileManOut=$env:APP_NAME +"Resource\manifest.xml" $FileCLogIn="VersGen\ChangeLog.html" - $FileCLogOut="Resource\ChangeLog.html" + $FileCLogOut=$env:APP_NAME +"Resource\ChangeLog.html" echo "Curr Version: $VersNumb" if($CI_COMMIT_BRANCH -eq "master") {