Skip to content

Commit 7645a90

Browse files
committed
modify:msbuild.yml
1 parent dca026e commit 7645a90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
Write-Host "Latest Tag: $latest_tag"
6161
6262
$url = "https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Windows_x86-32.zip"
63-
Invoke-WebRequest -Uri $url -OutFile "XEngine_Windows_x86-32.zip"
63+
Write-Host "Url: $url"
64+
Invoke-WebRequest -Uri $url -OutFile "./XEngine_Windows_x86-32.zip"
6465
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows_x86-32 -Force
6566

6667
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows_x86-32" | Out-File -FilePath $env:GITHUB_ENV -Append

0 commit comments

Comments
 (0)