diff --git a/.github/workflows/ci-package-build.yml b/.github/workflows/ci-package-build.yml index f203b5552..8359b18f8 100644 --- a/.github/workflows/ci-package-build.yml +++ b/.github/workflows/ci-package-build.yml @@ -56,7 +56,7 @@ jobs: if [[ "${SUBTRG#*:}" =~ (arm64|amd64) ]]; then fn_get_targets ${SUBTRG#*:} else - echo -n "${SUBTRG#*: }" | sed 's/ /\n/g' + echo "${SUBTRG#*: }" | sed 's/ /\n/g' fi done }