File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,12 +25,10 @@ jobs:
2525 runner : ubuntu-24.04
2626 platform : linux/amd64
2727 artifact : x86-64
28- packet : x86_64
2928 - arch : arm64
3029 runner : ubuntu-24.04-arm
3130 platform : linux/arm64
3231 artifact : Arm64
33- packet : Arm64
3432
3533 steps :
3634 - name : Checkout main repository code
8987 - name : Upload folder as artifact with RockyLinux
9088 uses : actions/upload-artifact@v4
9189 with :
92- name : XEngine_AuthorizeService-RockyLinux_9_${{ matrix.packet }}
90+ name : XEngine_AuthorizeService-RockyLinux_9_${{ matrix.artifact }}
9391 path : XEngine_Release/
9492 retention-days : 1
Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ jobs:
116116 if : matrix.os == 'ubuntu-22.04'
117117 uses : actions/upload-artifact@v4
118118 with :
119- name : XEngine_AuthorizeService-Ubuntu_22.04_x86_64
119+ name : XEngine_AuthorizeService-Ubuntu_22.04_x86-64
120120 path : XEngine_Release/
121121 retention-days : 1
122122 - name : Upload folder as artifact with ubuntu24.04
123123 if : matrix.os == 'ubuntu-24.04'
124124 uses : actions/upload-artifact@v4
125125 with :
126- name : XEngine_AuthorizeService-Ubuntu_24.04_x86_64
126+ name : XEngine_AuthorizeService-Ubuntu_24.04_x86-64
127127 path : XEngine_Release/
128128 retention-days : 1
129129 - name : Upload folder as artifact with ubuntu24.04 arm64
Original file line number Diff line number Diff line change 8484 if : matrix.os == 'macos-13'
8585 uses : actions/upload-artifact@v4
8686 with :
87- name : XEngine_AuthorizeService-Mac_x86_64
87+ name : XEngine_AuthorizeService-Mac_x86-64
8888 path : XEngine_Release/
8989 retention-days : 1
9090 - name : Upload folder as artifact with mac arm
Original file line number Diff line number Diff line change 1616 matrix :
1717 configuration : [Debug ,Release]
1818 platform : [x86 ,x64 ,ARM64]
19-
2019 runs-on : windows-latest # 最新的 Windows 环境
2120
2221 steps :
@@ -113,14 +112,14 @@ jobs:
113112 if : matrix.configuration == 'Release' && matrix.platform == 'x86'
114113 uses : actions/upload-artifact@v4
115114 with :
116- name : XEngine_AuthorizeService-Windows_x86_32
115+ name : XEngine_AuthorizeService-Windows_x86-32
117116 path : XEngine_Release/
118117 retention-days : 1
119118 - name : Upload folder as artifact with x64
120119 if : matrix.configuration == 'Release' && matrix.platform == 'x64'
121120 uses : actions/upload-artifact@v4
122121 with :
123- name : XEngine_AuthorizeService-Windows_x86_64
122+ name : XEngine_AuthorizeService-Windows_x86-64
124123 path : XEngine_Release/
125124 retention-days : 1
126125 - name : Upload folder as artifact with Arm64
You can’t perform that action at this time.
0 commit comments