Skip to content

Commit cb47ce0

Browse files
committed
Normalize manifest zip path in release helper
1 parent f97fe58 commit cb47ce0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cmake/NablaAssetManifestsPrepareRelease.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ endif()
2020
get_filename_component(SOURCE_ROOT "${SOURCE_ROOT}" ABSOLUTE)
2121
get_filename_component(PAYLOAD_ROOT "${PAYLOAD_ROOT}" ABSOLUTE)
2222
get_filename_component(MANIFEST_ROOT "${MANIFEST_ROOT}" ABSOLUTE)
23+
if(DEFINED MANIFESTS_ZIP AND NOT "${MANIFESTS_ZIP}" STREQUAL "")
24+
get_filename_component(MANIFESTS_ZIP "${MANIFESTS_ZIP}" ABSOLUTE)
25+
endif()
2326
set(_channel_manifest_root "${MANIFEST_ROOT}/${CHANNEL}")
2427

2528
if(NOT EXISTS "${SOURCE_ROOT}")

0 commit comments

Comments
 (0)