File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ jobs:
9292 with :
9393 name : XEngine_StreamMediaApp-x86_64-Mac
9494 path : XEngine_Release/
95- retention-days : 3
95+ retention-days : 1
9696 - name : Upload folder as artifact with mac arm
9797 if : matrix.os == 'macos-14'
9898 uses : actions/upload-artifact@v4
9999 with :
100100 name : XEngine_StreamMediaApp-Arm64-Mac
101101 path : XEngine_Release/
102- retention-days : 3
102+ retention-days : 1
Original file line number Diff line number Diff line change @@ -116,12 +116,12 @@ jobs:
116116 with :
117117 name : XEngine_StreamMediaApp-x86_32-Windows
118118 path : XEngine_Release/
119- retention-days : 3
119+ retention-days : 1
120120
121121 - name : Upload folder as artifact with x64
122122 if : matrix.configuration == 'Release' && matrix.platform == 'x64'
123123 uses : actions/upload-artifact@v4
124124 with :
125125 name : XEngine_StreamMediaApp-x86_64-Windows
126126 path : XEngine_Release/
127- retention-days : 3
127+ retention-days : 1
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ jobs:
8989 with :
9090 name : XEngine_StreamMediaApp-x86_64-Ubuntu-22.04
9191 path : XEngine_Release/
92- retention-days : 3
92+ retention-days : 1
9393 - name : Upload folder as artifact with ubuntu24.04
9494 if : matrix.os == 'ubuntu-24.04'
9595 uses : actions/upload-artifact@v4
9696 with :
9797 name : XEngine_StreamMediaApp-x86_64-Ubuntu-24.04
9898 path : XEngine_Release/
99- retention-days : 3
99+ retention-days : 1
You can’t perform that action at this time.
0 commit comments