File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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_ProxyServiceApp-x86_64-Mac
87+ name : XEngine_ProxyServiceApp-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_ProxyServiceApp-Arm64-Mac
94+ name : XEngine_ProxyServiceApp-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 == 'x64'
114114 uses : actions/upload-artifact@v4
115115 with :
116- name : XEngine_ProxyServiceApp-x86_32-Windows
116+ name : XEngine_ProxyServiceApp-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_ProxyServiceApp-x86_64-Windows
123+ name : XEngine_ProxyServiceApp-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_ProxyServiceApp-ARM64-Windows
130+ name : XEngine_ProxyServiceApp-Windows_ARM64
131131 path : XEngine_Release/
132132 retention-days : 1
Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ jobs:
8080 if : matrix.os == 'ubuntu-22.04'
8181 uses : actions/upload-artifact@v4
8282 with :
83- name : XEngine_ProxyServiceApp-x86_64-Ubuntu-22.04
83+ name : XEngine_ProxyServiceApp-Ubuntu_22.04_x86_64
8484 path : XEngine_Release/
8585 retention-days : 1
8686 - name : Upload folder as artifact with ubuntu24.04
8787 if : matrix.os == 'ubuntu-24.04'
8888 uses : actions/upload-artifact@v4
8989 with :
90- name : XEngine_ProxyServiceApp-x86_64-Ubuntu-24.04
90+ name : XEngine_ProxyServiceApp-Ubuntu_24.04_x86_64
9191 path : XEngine_Release/
9292 retention-days : 1
You can’t perform that action at this time.
0 commit comments