File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,10 @@ jobs:
25
25
runner : ubuntu-24.04
26
26
platform : linux/amd64
27
27
artifact : x86-64
28
- packet : x86_64
29
28
- arch : arm64
30
29
runner : ubuntu-24.04-arm
31
30
platform : linux/arm64
32
31
artifact : Arm64
33
- packet : Arm64
34
32
35
33
steps :
36
34
- name : Checkout main repository code
89
87
- name : Upload folder as artifact with RockyLinux
90
88
uses : actions/upload-artifact@v4
91
89
with :
92
- name : XEngine_AuthorizeService-RockyLinux_9_${{ matrix.packet }}
90
+ name : XEngine_AuthorizeService-RockyLinux_9_${{ matrix.artifact }}
93
91
path : XEngine_Release/
94
92
retention-days : 1
Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ jobs:
116
116
if : matrix.os == 'ubuntu-22.04'
117
117
uses : actions/upload-artifact@v4
118
118
with :
119
- name : XEngine_AuthorizeService-Ubuntu_22.04_x86_64
119
+ name : XEngine_AuthorizeService-Ubuntu_22.04_x86-64
120
120
path : XEngine_Release/
121
121
retention-days : 1
122
122
- name : Upload folder as artifact with ubuntu24.04
123
123
if : matrix.os == 'ubuntu-24.04'
124
124
uses : actions/upload-artifact@v4
125
125
with :
126
- name : XEngine_AuthorizeService-Ubuntu_24.04_x86_64
126
+ name : XEngine_AuthorizeService-Ubuntu_24.04_x86-64
127
127
path : XEngine_Release/
128
128
retention-days : 1
129
129
- name : Upload folder as artifact with ubuntu24.04 arm64
Original file line number Diff line number Diff line change 84
84
if : matrix.os == 'macos-13'
85
85
uses : actions/upload-artifact@v4
86
86
with :
87
- name : XEngine_AuthorizeService-Mac_x86_64
87
+ name : XEngine_AuthorizeService-Mac_x86-64
88
88
path : XEngine_Release/
89
89
retention-days : 1
90
90
- name : Upload folder as artifact with mac arm
Original file line number Diff line number Diff line change 16
16
matrix :
17
17
configuration : [Debug ,Release]
18
18
platform : [x86 ,x64 ,ARM64]
19
-
20
19
runs-on : windows-latest # 最新的 Windows 环境
21
20
22
21
steps :
@@ -113,14 +112,14 @@ jobs:
113
112
if : matrix.configuration == 'Release' && matrix.platform == 'x86'
114
113
uses : actions/upload-artifact@v4
115
114
with :
116
- name : XEngine_AuthorizeService-Windows_x86_32
115
+ name : XEngine_AuthorizeService-Windows_x86-32
117
116
path : XEngine_Release/
118
117
retention-days : 1
119
118
- name : Upload folder as artifact with x64
120
119
if : matrix.configuration == 'Release' && matrix.platform == 'x64'
121
120
uses : actions/upload-artifact@v4
122
121
with :
123
- name : XEngine_AuthorizeService-Windows_x86_64
122
+ name : XEngine_AuthorizeService-Windows_x86-64
124
123
path : XEngine_Release/
125
124
retention-days : 1
126
125
- name : Upload folder as artifact with Arm64
You can’t perform that action at this time.
0 commit comments