From 28705b8ceb0b13814e988f38ba8e1b347e78f469 Mon Sep 17 00:00:00 2001 From: Joseph Larionov Date: Thu, 12 Dec 2024 17:42:10 -0800 Subject: [PATCH] Only need build artifacts for a day --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2334c00..2f02ad1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: name: ${{ steps.set_artifact_name.outputs.artifact_name }} path: output/sanoid-portable if-no-files-found: error - retention-days: 5 + retention-days: 1 test: needs: build