From 7765d817c2bcffc8fe18157a7839b480d2f26931 Mon Sep 17 00:00:00 2001 From: Robin Portigliatti Date: Thu, 24 Oct 2024 18:08:54 +0200 Subject: [PATCH] Adding retention days --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fccde3f..1e653dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,4 +61,5 @@ jobs: name: packages path: | *_amd64.deb - *.x86_64.rpm \ No newline at end of file + *.x86_64.rpm + retention-days: 30 # Conserve les artefacts pendant 30 jours \ No newline at end of file