File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 9090 cp -r XEngine_Source/VSCopy_x64.bat XEngine_Release/
9191 cd XEngine_Release
9292 ./VSCopy_x64.bat
93- ./XEngine_CenterApp -t *> output.log
94- ls
95- type output.log
96- # ./XEngine_Http2App -t
97- # ./XEngine_HttpApp -t
98- # ./XEngine_SimpleApp -t
99- # ./XEngine_WebSocketApp -t
10093 shell : pwsh
101-
102- - name : Upload folder as artifact with x86
103- if : matrix.configuration == 'Release' && matrix.platform == 'x32'
104- uses : actions/upload-artifact@v4
105- with :
106- name : XEngine_ServiceApp-x86_32-Windows
107- path : XEngine_Release/
108-
109- - name : Upload folder as artifact with x64
110- if : matrix.configuration == 'Release' && matrix.platform == 'x64'
111- uses : actions/upload-artifact@v4
112- with :
113- name : XEngine_ServiceApp-x86_64-Windows
114- path : XEngine_Release/
You can’t perform that action at this time.
0 commit comments