diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90015d8..15c334b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,13 @@ uptool: - .shared_windows_runners stage: deploy script: | - choco install ffmpeg python -y --nocolor --no-progress + choco install youtube-dl 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 DownloadDataDepsInstall.py ffmpeg --help python DownloadData.py $(new-object System.Net.WebClient).DownloadFile("https://www.github.com/JFronny/UpTool2/releases/latest/download/Tools.zip", "$($(pwd).Path)\Tools.zip")