From 8d240b4819373418f5b1b560b21ca0d3d9004b0d Mon Sep 17 00:00:00 2001 From: Afshin Arani Date: Thu, 2 Apr 2020 10:56:48 +0430 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27ef23d..2a1de9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v2 - name: Download Nuget.exe - run: Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile Nuget.exe + run: Invoke-WebRequest $NUGET_URL -OutFile Nuget.exe - name: Install Dependencies run: ./Nuget.exe restore