Update main.yml

This commit is contained in:
J. Fronny 2020-03-17 15:20:51 +01:00 committed by GitHub
parent cdfded0e9c
commit 00e0f33a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ jobs:
- name: Build
id: base_init
run: |
python3 DownloadDataDepsInstall.py
python3 DownloadData.py
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")
& "C:\Program Files\7-Zip\7z.exe" x .\Tools.zip
rm Tools.zip