diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52caa05e5..b60ccb393 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,6 +127,12 @@ jobs: name: dist-${{ matrix.name }} path: packages/opencode/dist/ compression-level: 1 + # These are intra-run couriers: the publish + gh-release jobs download + # them within the same run, then the binaries live permanently as npm + # packages + GitHub Release assets. Keep them only long enough to span + # the run (worst run ~62 min) plus margin for a next-day partial re-run, + # so they don't accumulate against the org artifact-storage quota. + retention-days: 5 # --------------------------------------------------------------------------- # Verdaccio sanity suite — tests the real `npm install -g` flow BEFORE