From bc5b7fbfef22233b7afc4c29abb7931da3c0848e Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Tue, 28 Mar 2023 14:09:32 +1300 Subject: [PATCH] Fix on-demand-deployment.yaml. --- .github/workflows/on-demand-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-demand-deployment.yaml b/.github/workflows/on-demand-deployment.yaml index b77b140a..78f489aa 100644 --- a/.github/workflows/on-demand-deployment.yaml +++ b/.github/workflows/on-demand-deployment.yaml @@ -39,11 +39,11 @@ jobs: string(STRIP "${_PART}" _PART) if ("${_PART}" STREQUAL "[odd release with mapping tools]") message(STATUS "Require a MAP Client mapping tools variant.") - file(APPEND $ENV{GITHUB_OUTPUT} "include_mapping_tools=true") + file(APPEND $ENV{GITHUB_OUTPUT} "include_mapping_tools=true\n") endif() if ("${_PART}" STREQUAL "[odd release with installer]") message(STATUS "Require a MAP Client installer.") - file(APPEND $ENV{GITHUB_OUTPUT} "include_installer=true") + file(APPEND $ENV{GITHUB_OUTPUT} "include_installer=true\n") endif() endforeach() - name: set_matrix