diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f450433..25b045f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,8 @@ variables: $env:NEW_COPYRIGHT = "EgalWare @ 2021-" + (get-date -format yyyy) # fix messaggio log in manifest... # preparo file e contenuto da log messages - $FileCLogIn="..\Resources\ChangeLog-original.html" - $FileCLogOut="..\Resources\ChangeLog.html" + $FileCLogIn="Resources\ChangeLog-original.html" + $FileCLogOut="Resources\ChangeLog.html" $LastMessages = git log -3 --pretty=%B # replace x ChangeLog $clogData = Get-Content $FileCLogIn