From a7b8c80f4cae2d45e949f77634b94065ad93265e Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 15 Feb 2025 09:49:50 +0100 Subject: [PATCH] retention-days: 14 [ci skip] --- .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 d1131ad..6ed1513 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: with: name: ${{ env.artifactName }} # Exported above path: ./sdcard/* - retention-days: 3 # To not exceed the free MB/month quota so quickly + retention-days: 14 # To not exceed the free MB/month quota so quickly - name: Upload to GitHub Releases (only when building from main branch) if: ${{ github.ref == 'refs/heads/main' }} run: |