mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
- Each build job uploads artifact with unique name (binary filename) - Checksums job downloads all artifacts and flattens structure - Use 'find . -type f' to only move files, avoiding directory conflicts - Add debugging output to troubleshoot artifact structure Fixes 'artifact with this name already exists' error that was preventing multiple build jobs from uploading simultaneously.