Skip to content

Commit 5da219f

Browse files
committed
Add log message when SDK setup script runs
1 parent 4bed078 commit 5da219f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,10 @@ runs:
338338
# run the SDK setup script if it exists
339339
SWIFT_SDK_SETUP="${SWIFT_ARTIFACTBUNDLE_ROOT}/scripts/setup-android-sdk.sh"
340340
if [[ -x "${SWIFT_SDK_SETUP}" ]]; then
341+
echo "Running SDK setup script at ${SWIFT_SDK_SETUP}"
341342
${SWIFT_SDK_SETUP}
342343
else
343-
echo "No setup script to run in ${SWIFT_ARTIFACTBUNDLE_ROOT}/scripts"
344+
echo "No SDK setup script to run in ${SWIFT_ARTIFACTBUNDLE_ROOT}/scripts"
344345
fi
345346
346347
# extract the sdkRootPath from the swift-sdk.json

0 commit comments

Comments
 (0)