We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb3d7a commit 9e3da57Copy full SHA for 9e3da57
action.yml
@@ -345,7 +345,7 @@ runs:
345
# note that we need to match current architecture or else
346
# we will copy the wrong libraries
347
RES_ARCH_PREFIX="${{ steps.setup.outputs.android-sdk-arch }}"
348
- JQ_RES_ARCH_MATCH=".targetTriples | to_entries[] | select(.key | startswith('${RES_ARCH_PREFIX}')) | .value.swiftResourcesPath"
+ JQ_RES_ARCH_MATCH=".targetTriples | to_entries[] | select(.key | startswith(\"${RES_ARCH_PREFIX}\")) | .value.swiftResourcesPath"
349
SWIFT_RESOURCES_ROOT_PATH=$(cat ${SWIFT_ARTIFACTBUNDLE_ROOT}/swift-sdk.json | jq -r "${JQ_RES_ARCH_MATCH}" | head -n 1)
350
SWIFT_ARTIFACTBUNDLE_RESOURCES_ROOT_PATH="${SWIFT_ARTIFACTBUNDLE_ROOT}/${SWIFT_RESOURCES_ROOT_PATH}"
351
0 commit comments