@@ -379,8 +379,8 @@ jobs:
379
379
ANDROID_CMAKE_EXE_LINKER_FLAGS : ${{ needs.context.outputs.ANDROID_CMAKE_EXE_LINKER_FLAGS }}
380
380
ANDROID_CMAKE_SHARED_LINKER_FLAGS : ${{ needs.context.outputs.ANDROID_CMAKE_SHARED_LINKER_FLAGS }}
381
381
CMAKE_Swift_FLAGS : ${{ needs.context.outputs.CMAKE_Swift_FLAGS }}
382
- debug_info : ${{ needs.context.outputs.debug_info }}
383
- signed : ${{ needs.context.outputs.signed }}
382
+ debug_info : ${{ fromJSON( needs.context.outputs.debug_info) }}
383
+ signed : ${{ fromJSON( needs.context.outputs.signed) }}
384
384
swift_version : ${{ needs.context.outputs.swift_version }}
385
385
swift_tag : ${{ needs.context.outputs.swift_tag }}
386
386
default_build_runner : ${{ needs.context.outputs.windows_build_runner }}
@@ -444,8 +444,8 @@ jobs:
444
444
ANDROID_CMAKE_EXE_LINKER_FLAGS : ${{ needs.context.outputs.ANDROID_CMAKE_EXE_LINKER_FLAGS }}
445
445
ANDROID_CMAKE_SHARED_LINKER_FLAGS : ${{ needs.context.outputs.ANDROID_CMAKE_SHARED_LINKER_FLAGS }}
446
446
CMAKE_Swift_FLAGS : ${{ needs.context.outputs.CMAKE_Swift_FLAGS }}
447
- debug_info : ${{ needs.context.outputs.debug_info }}
448
- signed : ${{ needs.context.outputs.signed }}
447
+ debug_info : ${{ fromJSON( needs.context.outputs.debug_info) }}
448
+ signed : ${{ fromJSON( needs.context.outputs.signed) }}
449
449
swift_version : ${{ needs.context.outputs.swift_version }}
450
450
swift_tag : ${{ needs.context.outputs.swift_tag }}
451
451
default_build_runner : ${{ needs.context.outputs.mac_build_runner }}
0 commit comments