Skip to content

Commit

Permalink
Fix on-demand-deployment.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Mar 28, 2023
1 parent 880cddb commit bc5b7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-demand-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc5b7fb

Please sign in to comment.