File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments