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 023ccce commit feaf9daCopy full SHA for feaf9da
.github/workflows/msbuild.yml
@@ -70,8 +70,10 @@ jobs:
70
echo "XENGINE_LIB32=${{ github.workspace }}/libxengine/XEngine_Windows/x86" | Out-File -FilePath $env:GITHUB_ENV -Append
71
echo "XENGINE_LIB64=${{ github.workspace }}/libxengine/XEngine_Windows/x64" | Out-File -FilePath $env:GITHUB_ENV -Append
72
shell: pwsh
73
+
74
- name: Set code page
75
run: chcp 65001
76
+ shell: pwsh
77
78
# 配置 MSBuild 的路径,准备构建 VC++ 项目
79
- name: Setup MSBuild
@@ -93,6 +95,7 @@ jobs:
93
95
- name: Conditional Step for x86 Debug
94
96
if: matrix.configuration == 'Debug' && matrix.platform == 'x86'
97
run: |
98
+ set -x
99
cp -r XEngine_Source/Debug/*.dll XEngine_Release/
100
cp -r XEngine_Source/Debug/*.exe XEngine_Release/
101
cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
0 commit comments