Skip to content

Commit ae1a45a

Browse files
committed
modify:ci save day
1 parent 0e3b403 commit ae1a45a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/macbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ jobs:
8787
with:
8888
name: XEngine_APIServiceApp-x86_64-Mac
8989
path: XEngine_Release/
90-
retention-days: 3
90+
retention-days: 1
9191
- name: Upload folder as artifact with mac arm
9292
if: matrix.os == 'macos-14'
9393
uses: actions/upload-artifact@v4
9494
with:
9595
name: XEngine_APIServiceApp-Arm64-Mac
9696
path: XEngine_Release/
97-
retention-days: 3
97+
retention-days: 1

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ jobs:
120120
with:
121121
name: XEngine_APIServiceApp-x86_32-Windows
122122
path: XEngine_Release/
123-
retention-days: 3
123+
retention-days: 1
124124

125125
- name: Upload folder as artifact with x64
126126
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
127127
uses: actions/upload-artifact@v4
128128
with:
129129
name: XEngine_APIServiceApp-x86_64-Windows
130130
path: XEngine_Release/
131-
retention-days: 3
131+
retention-days: 1

.github/workflows/ubuntubuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ jobs:
9191
with:
9292
name: XEngine_APIServiceApp-x86_64-Ubuntu-22.04
9393
path: XEngine_Release/
94-
retention-days: 3
94+
retention-days: 1
9595

9696
- name: Upload folder as artifact with ubuntu24.04
9797
if: matrix.os == 'ubuntu-24.04'
9898
uses: actions/upload-artifact@v4
9999
with:
100100
name: XEngine_APIServiceApp-x86_64-Ubuntu-24.04
101101
path: XEngine_Release/
102-
retention-days: 3
102+
retention-days: 1

0 commit comments

Comments
 (0)