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 beb1c77 commit 8c5409cCopy full SHA for 8c5409c
.github/workflows/msbuild.yml
@@ -68,7 +68,9 @@ jobs:
68
Write-Host "Download failed: $_"
69
exit 1
70
}
71
+ ls
72
Expand-Archive -Path ./XEngine_Windows_x86-32.zip -DestinationPath ./XEngine_Windows_x86-32 -Force
73
74
75
echo "XENGINE_INCLUDE=${{ github.workspace }}/XEngine_Windows_x86-32" | Out-File -FilePath $env:GITHUB_ENV -Append
76
echo "XENGINE_LIB32=${{ github.workspace }}/XEngine_Windows_x86-32/XEngine_Windows" | Out-File -FilePath $env:GITHUB_ENV -Append
.github/workflows/linuxbuild.yml .github/workflows/ubuntubuild.yml.github/workflows/linuxbuild.yml renamed to .github/workflows/ubuntubuild.yml
0 commit comments