Skip to content

Commit 0a914eb

Browse files
committed
ci:modify release packet name
1 parent 8a643c0 commit 0a914eb

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
lines changed

.github/workflows/RockyArm64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
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

.github/workflows/RockyX86_64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
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

.github/workflows/UbuntuArm64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
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

.github/workflows/UbuntuX86_64_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/macbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/msbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
XEngine_Authorize V3.17.0.1001
22

3+
added:more ci release arm64 support
34
added:option method for http
45
added:tcp and websocket and http heartbeat and disable and enable support
56
added:multi login for day supported
@@ -10,6 +11,7 @@ update:depend library
1011
improved:parameter parse and more parameter supported
1112
delete:not used time function for help module
1213

14+
增加:更多CI发布ARM64版本支持
1315
增加:HTTP OPTION方法支持
1416
增加:tcp websocket,http 心跳支持并且支持启用禁用
1517
增加:多端登录天数卡支持

0 commit comments

Comments
 (0)