Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-07-31 13:36:12 +00:00
parent 604d5293b5
commit 2108cd5fbd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ uptool:
- .shared_windows_runners
stage: deploy
script: |
$(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