Skip to content

Commit 9ac5abc

Browse files
committed
set retention days for uploaded artifacts
1 parent 8f025e9 commit 9ac5abc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/workflow-build-static.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ jobs:
2929
with:
3030
path: ./build
3131
name: static-doc-${{ matrix.language }}
32+
retention-days: 5

.github/workflows/workflow-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ jobs:
5959
with:
6060
path: ./build
6161
name: build-locale-${{ matrix.language }}
62+
retention-days: 5

0 commit comments

Comments
 (0)