File tree Expand file tree Collapse file tree 7 files changed +12
-10
lines changed
Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 7373 - name : Upload folder as artifact with RockyLinux
7474 uses : actions/upload-artifact@v4
7575 with :
76- name : XEngine_AuthorizeService-RockyLinux-9-Arm64
76+ name : XEngine_AuthorizeService-RockyLinux_9_Arm64
7777 path : XEngine_Release/
7878 retention-days : 1
Original file line number Diff line number Diff line change 7878 - name : Upload folder as artifact with RockyLinux
7979 uses : actions/upload-artifact@v4
8080 with :
81- name : XEngine_AuthorizeService-RockyLinux-9-x86_64
81+ name : XEngine_AuthorizeService-RockyLinux_9_x86_64
8282 path : XEngine_Release/
8383 retention-days : 1
Original file line number Diff line number Diff line change 6969 - name : Upload folder as artifact with ubuntu Arm64
7070 uses : actions/upload-artifact@v4
7171 with :
72- name : XEngine_AuthorizeService-Ubuntu-24.04-Arm64
72+ name : XEngine_AuthorizeService-Ubuntu_24.04_Arm64
7373 path : XEngine_Release/
7474 retention-days : 1
Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ jobs:
7979 if : matrix.os == 'ubuntu-22.04'
8080 uses : actions/upload-artifact@v4
8181 with :
82- name : XEngine_AuthorizeService-x86_64-Ubuntu-22.04
82+ name : XEngine_AuthorizeService-Ubuntu_22.04_x86_64
8383 path : XEngine_Release/
8484 retention-days : 1
8585 - name : Upload folder as artifact with ubuntu24.04
8686 if : matrix.os == 'ubuntu-24.04'
8787 uses : actions/upload-artifact@v4
8888 with :
89- name : XEngine_AuthorizeService-Ubuntu-24.04-x86_64
89+ name : XEngine_AuthorizeService-Ubuntu_24.04_x86_64
9090 path : XEngine_Release/
9191 retention-days : 1
Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ jobs:
8484 if : matrix.os == 'macos-13'
8585 uses : actions/upload-artifact@v4
8686 with :
87- name : XEngine_AuthorizeService-x86_64-Mac
87+ name : XEngine_AuthorizeService-Mac_x86_64
8888 path : XEngine_Release/
8989 retention-days : 1
9090 - name : Upload folder as artifact with mac arm
9191 if : matrix.os == 'macos-14'
9292 uses : actions/upload-artifact@v4
9393 with :
94- name : XEngine_AuthorizeService-Mac-Arm64
94+ name : XEngine_AuthorizeService-Mac_Arm64
9595 path : XEngine_Release/
9696 retention-days : 1
Original file line number Diff line number Diff line change @@ -113,20 +113,20 @@ jobs:
113113 if : matrix.configuration == 'Release' && matrix.platform == 'x86'
114114 uses : actions/upload-artifact@v4
115115 with :
116- name : XEngine_AuthorizeService-Windows-x86_32
116+ name : XEngine_AuthorizeService-Windows_x86_32
117117 path : XEngine_Release/
118118 retention-days : 1
119119 - name : Upload folder as artifact with x64
120120 if : matrix.configuration == 'Release' && matrix.platform == 'x64'
121121 uses : actions/upload-artifact@v4
122122 with :
123- name : XEngine_AuthorizeService-Windows-x86_64
123+ name : XEngine_AuthorizeService-Windows_x86_64
124124 path : XEngine_Release/
125125 retention-days : 1
126126 - name : Upload folder as artifact with Arm64
127127 if : matrix.configuration == 'Release' && matrix.platform == 'Arm64'
128128 uses : actions/upload-artifact@v4
129129 with :
130- name : XEngine_AuthorizeService-Windows-Arm64
130+ name : XEngine_AuthorizeService-Windows_Arm64
131131 path : XEngine_Release/
132132 retention-days : 1
Original file line number Diff line number Diff line change 11XEngine_Authorize V3.17.0.1001
22
3+ added:more ci release arm64 support
34added:option method for http
45added:tcp and websocket and http heartbeat and disable and enable support
56added:multi login for day supported
@@ -10,6 +11,7 @@ update:depend library
1011improved:parameter parse and more parameter supported
1112delete:not used time function for help module
1213
14+ 增加:更多CI发布ARM64版本支持
1315增加:HTTP OPTION方法支持
1416增加:tcp websocket,http 心跳支持并且支持启用禁用
1517增加:多端登录天数卡支持
You can’t perform that action at this time.
0 commit comments