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: |