From 9d4dfbef61791d49b681295c79e0446a63bcca8e Mon Sep 17 00:00:00 2001 From: Song Meo Date: Fri, 26 Jul 2024 18:55:44 +0300 Subject: [PATCH] increase retention days to a year --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index ebf768c..fb34397 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -66,7 +66,7 @@ jobs: # The job status is per matrix item, which is super convenient. name: ${{github.job}}-#${{strategy.job-index}}-${{job.status}}-${{join(matrix.*, ',')}} path: "**/*.log" - retention-days: 7 + retention-days: 365 yakut-release: name: Release Yakut