ci: drop ISO artifact retention from 14 to 3 days

Hit GitHub Actions artifact storage quota (50GB Pro tier) at 26
artifacts × ~2.7GB = 42GB. Each push burns ~2.7GB; 14d retention
+ frequent iteration = inevitable quota exhaustion.

3-day retention covers QEMU + spare-laptop test cycles. For long-term
keep, attach to GH Releases on tag (PR #2 will wire that).
This commit is contained in:
veilor-org 2026-05-02 07:21:44 +01:00
parent 9fedb8592f
commit 125e5f93af

View file

@ -173,7 +173,7 @@ jobs:
path: | path: |
build/out/*.iso build/out/*.iso
build/out/*.sha256 build/out/*.sha256
retention-days: 14 retention-days: 3
- name: Upload build log on failure - name: Upload build log on failure
if: failure() if: failure()