Skip to content

Commit 9fdb7ab

Browse files
committed
update:ci delete file when after 3 day
1 parent 907f44e commit 9fdb7ab

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/macbuild.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_XStorageApp-x86_64-Mac
9191
path: XEngine_Release/
92+
retention-days: 3
9293
- name: Upload folder as artifact with mac arm
9394
if: matrix.os == 'macos-14'
9495
uses: actions/upload-artifact@v4
9596
with:
9697
name: XEngine_XStorageApp-Arm64-Mac
97-
path: XEngine_Release/
98+
path: XEngine_Release/
99+
retention-days: 3

.github/workflows/msbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@ jobs:
9494
with:
9595
name: XEngine_StorageApp-x86_32-Windows
9696
path: XEngine_Release/
97+
retention-days: 3
9798

9899
- name: Upload folder as artifact with x64
99100
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
100101
uses: actions/upload-artifact@v4
101102
with:
102103
name: XEngine_StorageApp-x86_64-Windows
103-
path: XEngine_Release/
104+
path: XEngine_Release/
105+
retention-days: 3

.github/workflows/ubuntubuild.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,12 @@ jobs:
8686
with:
8787
name: XEngine_XStorageApp-x86_64-Ubuntu-22.04
8888
path: XEngine_Release/
89+
retention-days: 3
90+
8991
- name: Upload folder as artifact with ubuntu24.04
9092
if: matrix.os == 'ubuntu-24.04'
9193
uses: actions/upload-artifact@v4
9294
with:
9395
name: XEngine_XStorageApp-x86_64-Ubuntu-24.04
94-
path: XEngine_Release/
96+
path: XEngine_Release/
97+
retention-days: 3

0 commit comments

Comments
 (0)