File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 91
91
with :
92
92
name : XEngine_StreamMediaApp-x86_64-Mac
93
93
path : XEngine_Release/
94
+ retention-days : 3
94
95
- name : Upload folder as artifact with mac arm
95
96
if : matrix.os == 'macos-14'
96
97
uses : actions/upload-artifact@v4
97
98
with :
98
99
name : XEngine_StreamMediaApp-Arm64-Mac
99
- path : XEngine_Release/
100
+ path : XEngine_Release/
101
+ retention-days : 3
Original file line number Diff line number Diff line change @@ -116,10 +116,12 @@ jobs:
116
116
with :
117
117
name : XEngine_StreamMediaApp-x86_32-Windows
118
118
path : XEngine_Release/
119
+ retention-days : 3
119
120
120
121
- name : Upload folder as artifact with x64
121
122
if : matrix.configuration == 'Release' && matrix.platform == 'x64'
122
123
uses : actions/upload-artifact@v4
123
124
with :
124
125
name : XEngine_StreamMediaApp-x86_64-Windows
125
- path : XEngine_Release/
126
+ path : XEngine_Release/
127
+ retention-days : 3
Original file line number Diff line number Diff line change 89
89
with :
90
90
name : XEngine_StreamMediaApp-x86_64-Ubuntu-22.04
91
91
path : XEngine_Release/
92
+ retention-days : 3
92
93
- name : Upload folder as artifact with ubuntu24.04
93
94
if : matrix.os == 'ubuntu-24.04'
94
95
uses : actions/upload-artifact@v4
95
96
with :
96
97
name : XEngine_StreamMediaApp-x86_64-Ubuntu-24.04
97
- path : XEngine_Release/
98
+ path : XEngine_Release/
99
+ retention-days : 3
You can’t perform that action at this time.
0 commit comments