From 40ad108fd3b29f906b5d921705898ebb57d409b5 Mon Sep 17 00:00:00 2001 From: Rafi <65438157+rafi1212122@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:53:51 +0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 157b7a4..0868ab1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,9 +27,9 @@ jobs: with: dotnet-version: 6.0.x - name: Download Resources - run: "curl -o Resources.zip -A 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36' --header 'Accept-Encoding: gzip,deflate' https://rafi12.cyou/files/Resources.zip" + run: "curl -o Proto.zip -A 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36' --header 'Accept-Encoding: gzip,deflate' https://rafi12.cyou/files/Proto.zip" - name: Unzip Resources - run: unzip -n Resources.zip -d Common + run: unzip -n Proto.zip -d Common - name: Restore dependencies run: dotnet restore - name: Build