Skip to content

Commit 2d41939

Browse files
committed
[build] Limit artifact retention in workflows
1 parent 47ded1f commit 2d41939

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/early-access.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
with:
7373
name: artifacts
7474
if-no-files-found: ignore
75+
retention-days: 1
7576
path: |
7677
apps/ikonli-browser/build/distributions/ikonli-browser-*x86_64.zip
7778
apps/ikonli-browser/build/packagers/ikonli-browser-*.rpm

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
with:
8080
name: artifacts
8181
if-no-files-found: ignore
82+
retention-days: 1
8283
path: |
8384
apps/ikonli-browser/build/distributions/ikonli-browser-*x86_64.zip
8485
apps/ikonli-browser/build/packagers/ikonli-browser-*.rpm

0 commit comments

Comments
 (0)