Skip to content

Commit

Permalink
[build] Limit artifact retention in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Mar 13, 2022
1 parent 47ded1f commit 2d41939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
with:
name: artifacts
if-no-files-found: ignore
retention-days: 1
path: |
apps/ikonli-browser/build/distributions/ikonli-browser-*x86_64.zip
apps/ikonli-browser/build/packagers/ikonli-browser-*.rpm
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
with:
name: artifacts
if-no-files-found: ignore
retention-days: 1
path: |
apps/ikonli-browser/build/distributions/ikonli-browser-*x86_64.zip
apps/ikonli-browser/build/packagers/ikonli-browser-*.rpm
Expand Down

0 comments on commit 2d41939

Please sign in to comment.