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