diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e3eaac..985628f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,10 @@ uptool: script: | choco install ffmpeg python -y --nocolor --no-progress refreshenv + $env:Path=( + [System.Environment]::GetEnvironmentVariable("Path","Machine"), + [System.Environment]::GetEnvironmentVariable("Path","User") + ) -match '.' -join ';' python DownloadDataDepsInstall.py python DownloadData.py $(new-object System.Net.WebClient).DownloadFile("https://www.github.com/JFronny/UpTool2/releases/latest/download/Tools.zip", "$($(pwd).Path)\Tools.zip")