Skip to content

Commit c06910b

Browse files
committed
ci:update build name
1 parent 390818f commit c06910b

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.github/workflows/Rocky_build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -89,6 +87,6 @@ jobs:
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

.github/workflows/Ubuntu_build.yml

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

.github/workflows/macbuild.yml

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

.github/workflows/msbuild.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
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

0 commit comments

Comments
 (0)