From e9751e62411b49af6823c4eab0411a4c9a2ab143 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 21 Dec 2024 21:24:45 +0100 Subject: [PATCH] retention-days: 3 # To not exceed the free MB/month quota so quickly [ci skip] --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5cf9e8..43f6e6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,6 +96,7 @@ jobs: with: name: ${{ env.artifactName }} # Exported above path: ./sdcard/* + retention-days: 3 # 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: |