From 3880c5f50398dd0985e95f25d6f2d5c6ee9c0cd8 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 18 Apr 2025 14:33:24 +0200 Subject: [PATCH] Comment out retention-days [ci skip] https://github.com/soyersoyer/MiniDexed/pull/5#issuecomment-2815324521 --- .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 ca76f8a..af59cac 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: 14 # 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: |