Skip to content

Commit 51b75dc

Browse files
committed
ci:modify left time
1 parent 67cd428 commit 51b75dc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/macbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
with:
8787
name: XEngine_ProxyServiceApp-x86_64-Mac
8888
path: XEngine_Release/
89-
retention-days: 3
89+
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:
9494
name: XEngine_ProxyServiceApp-Arm64-Mac
9595
path: XEngine_Release/
96-
retention-days: 3
96+
retention-days: 1

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ jobs:
9292
with:
9393
name: XEngine_ProxyServiceApp-x86_32-Windows
9494
path: XEngine_Release/
95-
retention-days: 3
95+
retention-days: 1
9696

9797
- name: Upload folder as artifact with x64
9898
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
9999
uses: actions/upload-artifact@v4
100100
with:
101101
name: XEngine_ProxyServiceApp-x86_64-Windows
102102
path: XEngine_Release/
103-
retention-days: 3
103+
retention-days: 1

.github/workflows/ubuntubuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ jobs:
8282
with:
8383
name: XEngine_ProxyServiceApp-x86_64-Ubuntu-22.04
8484
path: XEngine_Release/
85-
retention-days: 3
85+
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:
9090
name: XEngine_ProxyServiceApp-x86_64-Ubuntu-24.04
9191
path: XEngine_Release/
92-
retention-days: 3
92+
retention-days: 1

0 commit comments

Comments
 (0)