From 9a253c6e4ee48c63b0ba2a83a44fdcc447877efd Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 5 Sep 2021 09:38:23 +0200 Subject: [PATCH] [ci] Reduce artifacts retention period to 1 day --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd7c354..605100c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: with: name: ${{ matrix.os }} path: prebuilds + retention-days: 1 release: if: startsWith(github.ref, 'refs/tags/') needs: test