Update main.yml

This commit is contained in:
J. Fronny 2020-03-08 16:02:44 +01:00 committed by GitHub
parent 45b1e5e9f0
commit a1de40bd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -9,9 +9,14 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Run a multi-line script
- name: Setup NuGet
uses: nuget/setup-nuget@v1.0.2
with:
nuget-version: latest
- name: Build
id: base_init
run: |
nuget restore
$(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