diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f50ed58..91d27a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ uptool: # [System.Environment]::GetEnvironmentVariable("Path","User") #) -match '.' -join ';' #My python script to auto-generate requirements would be here but arm64 sux - $(new-object System.Net.WebClient).DownloadFile("https://www.github.com/JFronny/UpTool2/releases/latest/download/Tools.zip", "$($(pwd).Path)\Tools.zip") + $(new-object System.Net.WebClient).DownloadFile("https://gitlab.com/JFronny/UpTool2/-/jobs/artifacts/master/raw/Tools.zip?job=uptool", "$($(pwd).Path)\Tools.zip") & "C:\Program Files\7-Zip\7z.exe" x .\Tools.zip rm Tools.zip rm Install.bat