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