Skip to content

Commit 223632d

Browse files
committed
modify:ci 1 day left time
1 parent 119b8ee commit 223632d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/macbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@ jobs:
8686
with:
8787
name: XEngine_AuthorizeService-x86_64-Mac
8888
path: XEngine_Release/
89+
retention-days: 1
8990
- name: Upload folder as artifact with mac arm
9091
if: matrix.os == 'macos-14'
9192
uses: actions/upload-artifact@v4
9293
with:
9394
name: XEngine_AuthorizeService-Arm64-Mac
94-
path: XEngine_Release/
95+
path: XEngine_Release/
96+
retention-days: 1

.github/workflows/msbuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ jobs:
9292
with:
9393
name: XEngine_AuthorizeService-x86_32-Windows
9494
path: XEngine_Release/
95-
95+
retention-days: 1
9696
- name: Upload folder as artifact with x64
9797
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
9898
uses: actions/upload-artifact@v4
9999
with:
100100
name: XEngine_AuthorizeService-x86_64-Windows
101-
path: XEngine_Release/
101+
path: XEngine_Release/
102+
retention-days: 1

.github/workflows/ubuntubuild.yml

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

0 commit comments

Comments
 (0)