Skip to content

Commit 11016f2

Browse files
committed
ci:set left time to 1 day
1 parent 6a1f047 commit 11016f2

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
@@ -85,9 +85,11 @@ jobs:
8585
with:
8686
name: XEngine_MQServiceApp-x86_64-Mac
8787
path: XEngine_Release/
88+
retention-days: 1
8889
- name: Upload folder as artifact with mac arm
8990
if: matrix.os == 'macos-14'
9091
uses: actions/upload-artifact@v4
9192
with:
9293
name: XEngine_MQServiceApp-Arm64-Mac
93-
path: XEngine_Release/
94+
path: XEngine_Release/
95+
retention-days: 1

.github/workflows/msbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ jobs:
9090
with:
9191
name: XEngine_MQServiceApp-x86_32-Windows
9292
path: XEngine_Release/
93+
retention-days: 1
9394

9495
- name: Upload folder as artifact with x64
9596
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
9697
uses: actions/upload-artifact@v4
9798
with:
9899
name: XEngine_MQServiceApp-x86_64-Windows
99-
path: XEngine_Release/
100+
path: XEngine_Release/
101+
retention-days: 1

.github/workflows/ubuntubuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ jobs:
8080
with:
8181
name: XEngine_MQServiceApp-x86_64-Ubuntu-22.04
8282
path: XEngine_Release/
83+
retention-days: 1
8384
- name: Upload folder as artifact with ubuntu24.04
8485
if: matrix.os == 'ubuntu-24.04'
8586
uses: actions/upload-artifact@v4
8687
with:
8788
name: XEngine_MQServiceApp-x86_64-Ubuntu-24.04
88-
path: XEngine_Release/
89+
path: XEngine_Release/
90+
retention-days: 1

0 commit comments

Comments
 (0)