Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 13:08:58 +00:00
parent e565b4c95b
commit ac105a8822
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ before_script:
- dotnet restore
uptool:
extends:
- .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")