diff --git a/Justfile b/Justfile index 261427f..e4b2afd 100644 --- a/Justfile +++ b/Justfile @@ -44,7 +44,7 @@ _parse_targets $expr: _build_single $board $shield *west_args: #!/usr/bin/env bash set -euo pipefail - artifact="${shield:+$shield-}${board}" + artifact="${shield:+${shield// /+}-}${board}" build_dir="{{ build / '$artifact' }}" echo "Building firmware for $artifact..."