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 4bed078 commit 5da219fCopy full SHA for 5da219f
action.yml
@@ -338,9 +338,10 @@ runs:
338
# run the SDK setup script if it exists
339
SWIFT_SDK_SETUP="${SWIFT_ARTIFACTBUNDLE_ROOT}/scripts/setup-android-sdk.sh"
340
if [[ -x "${SWIFT_SDK_SETUP}" ]]; then
341
+ echo "Running SDK setup script at ${SWIFT_SDK_SETUP}"
342
${SWIFT_SDK_SETUP}
343
else
- echo "No setup script to run in ${SWIFT_ARTIFACTBUNDLE_ROOT}/scripts"
344
+ echo "No SDK setup script to run in ${SWIFT_ARTIFACTBUNDLE_ROOT}/scripts"
345
fi
346
347
# extract the sdkRootPath from the swift-sdk.json
0 commit comments