Skip to content

Commit d19a3ed

Browse files
committed
Try switch to use Powershell with windows 2022.
1 parent 4538c2e commit d19a3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Download docfx
4343
run: |
4444
$client = new-object System.Net.WebClient
45-
$client.DownloadFile("https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip")
45+
$client.DownloadFile("https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip","./docfx.zip")
4646
- name: Setup docfx
4747
run: |
4848
Expand-Archive ./docfx.zip -d ./docfx

0 commit comments

Comments
 (0)