mirror of
https://github.com/lobehub/lobehub.git
synced 2026-04-05 14:59:27 +07:00
* 👷 ci(desktop): add S3 cleanup for canary/nightly (keep latest 15) - Create `.github/actions/desktop-cleanup-s3/` reusable composite action - Add S3 version cleanup step to canary and nightly cleanup jobs - Cleanup runs after both publish-release and publish-s3 complete * 👷 ci(desktop): fix S3 yml upload and add debug output - Restore latest*.yml → {channel}*.yml logic (electron-builder always generates latest-*.yml) - Upload both {channel}*.yml and latest*.yml to S3 - Change upload glob from latest* to *.yml for robustness - Add yml file listing debug output in both upload and publish steps