Skip to content

Commit d8a83a1

Browse files
committed
modify:ci save day
1 parent 7977a8f commit d8a83a1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/macbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ jobs:
9191
with:
9292
name: XEngine_StreamMediaApp-x86_64-Mac
9393
path: XEngine_Release/
94+
retention-days: 3
9495
- name: Upload folder as artifact with mac arm
9596
if: matrix.os == 'macos-14'
9697
uses: actions/upload-artifact@v4
9798
with:
9899
name: XEngine_StreamMediaApp-Arm64-Mac
99-
path: XEngine_Release/
100+
path: XEngine_Release/
101+
retention-days: 3

.github/workflows/msbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ jobs:
116116
with:
117117
name: XEngine_StreamMediaApp-x86_32-Windows
118118
path: XEngine_Release/
119+
retention-days: 3
119120

120121
- name: Upload folder as artifact with x64
121122
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
122123
uses: actions/upload-artifact@v4
123124
with:
124125
name: XEngine_StreamMediaApp-x86_64-Windows
125-
path: XEngine_Release/
126+
path: XEngine_Release/
127+
retention-days: 3

.github/workflows/ubuntubuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ jobs:
8989
with:
9090
name: XEngine_StreamMediaApp-x86_64-Ubuntu-22.04
9191
path: XEngine_Release/
92+
retention-days: 3
9293
- name: Upload folder as artifact with ubuntu24.04
9394
if: matrix.os == 'ubuntu-24.04'
9495
uses: actions/upload-artifact@v4
9596
with:
9697
name: XEngine_StreamMediaApp-x86_64-Ubuntu-24.04
97-
path: XEngine_Release/
98+
path: XEngine_Release/
99+
retention-days: 3

0 commit comments

Comments
 (0)