Skip to content

Commit 747ce98

Browse files
committed
ci:update
1 parent 50e3628 commit 747ce98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
Write-Host "Latest Tag: $url"
5757
Invoke-WebRequest -Uri $url -OutFile "XEngine_Windows_x86-32.zip"
5858
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows -Force
59-
ls
59+
ls XEngine_Windows/
60+
ls XEngine_Windows/XEngine_Include
61+
ls XEngine_Windows/XEngine_Windows
6062
6163
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
6264
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append

0 commit comments

Comments
 (0)