We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e3628 commit 747ce98Copy full SHA for 747ce98
.github/workflows/msbuild.yml
@@ -56,7 +56,9 @@ jobs:
56
Write-Host "Latest Tag: $url"
57
Invoke-WebRequest -Uri $url -OutFile "XEngine_Windows_x86-32.zip"
58
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows -Force
59
- ls
+ ls XEngine_Windows/
60
+ ls XEngine_Windows/XEngine_Include
61
+ ls XEngine_Windows/XEngine_Windows
62
63
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
64
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
0 commit comments