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 4a33aa5 commit c1cdecfCopy full SHA for c1cdecf
.github/workflows/msbuild.yml
@@ -59,10 +59,7 @@ jobs:
59
60
$url = "https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Windows_x86-32.zip"
61
Invoke-WebRequest -Uri $url -OutFile "XEngine_Windows_x86-32.zip"
62
- ls
63
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows -Force
64
- ls XEngine_Windows/
65
- ls XEngine_Windows/XEngine_Include
66
67
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
68
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
0 commit comments