From d7e39f7dad497a3f99091b946ed46fca0add944e Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 9 Sep 2026 12:05:24 +0100 Subject: [PATCH] Keep the Windows installer artifact for three days The publish workflow uploads a 233 MB installer on every master push and keeps it for the default 90 days. Release installers are attached to the GitHub Release, so the artifact only matters until the next push. Forty of these copies used the org's 0.5 GB Actions storage allowance several times over. --- .github/workflows/publish-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-windows.yml b/.github/workflows/publish-windows.yml index 8de56f658..04ef6d569 100644 --- a/.github/workflows/publish-windows.yml +++ b/.github/workflows/publish-windows.yml @@ -64,6 +64,7 @@ jobs: with: name: Setup path: dist\*.exe + retention-days: 3 # Silent-install to a path different from the build dir and run the CLI in a # shell with no inherited CONDA_PREFIX. This is the real test that the bundled # conda env relocates: it fails here if activate.d doesn't honor %CONDA_PREFIX%.