mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
The checksums job was downloading all artifacts including Docker build artifacts, but it was only designed to process binary artifacts. This caused failures when the Docker job created artifacts that didn't match the expected soundtouch-* binary file patterns. Changed the artifact download to use pattern: binaries-* to only download the binary artifacts that the checksums generation logic expects.