Skip to content

Commit 6ae42b3

Browse files
committed
ci:test
1 parent 4a0c9d2 commit 6ae42b3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/msbuild.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,25 @@ jobs:
9090
cp -r XEngine_Source/VSCopy_x64.bat XEngine_Release/
9191
cd XEngine_Release
9292
./VSCopy_x64.bat
93-
# ./XEngine_CenterApp -t
93+
./XEngine_CenterApp -t *> output.log
94+
ls
95+
type output.log
9496
# ./XEngine_Http2App -t
9597
# ./XEngine_HttpApp -t
9698
# ./XEngine_SimpleApp -t
9799
# ./XEngine_WebSocketApp -t
98100
shell: pwsh
99101

100102
- name: Upload folder as artifact with x86
101-
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
103+
if: matrix.configuration == 'Release' && matrix.platform == 'x32'
102104
uses: actions/upload-artifact@v4
103105
with:
104-
name: XEngine_APIServiceApp-x86_32-Windows
106+
name: XEngine_ServiceApp-x86_32-Windows
105107
path: XEngine_Release/
106108

107109
- name: Upload folder as artifact with x64
108110
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
109111
uses: actions/upload-artifact@v4
110112
with:
111-
name: XEngine_APIServiceApp-x86_64-Windows
113+
name: XEngine_ServiceApp-x86_64-Windows
112114
path: XEngine_Release/

0 commit comments

Comments
 (0)