This commit is contained in:
Rafi
2023-05-31 17:16:32 +07:00
committed by GitHub
parent ca4413c9ce
commit 4a16ec1632

View File

@@ -27,7 +27,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Download Resources
run: curl -o Resources.zip https://rafi12.cyou/files/Resources.zip
run: curl -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" -o Resources.zip https://rafi12.cyou/files/Resources.zip
- name: Unzip Resources
run: unzip -n Resources.zip -d Common
- name: Restore dependencies