From eb029ac4182766912a6dfbf0e9f51ab557139e52 Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Sun, 23 Jul 2023 12:02:37 +1200 Subject: [PATCH] Add new line to output commands for on-demand-deployment script. --- .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 b4ac1f5c..fae61700 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