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 97bc3ed commit 15c1f1cCopy full SHA for 15c1f1c
step.sh
@@ -196,9 +196,9 @@ if [[ ! -z "${DSYM_PATH}" && -d "${DSYM_PATH}" ]] ; then
196
"${dsym_zip_path}" \
197
"${dsym_fold_name}"
198
199
- echo " (i) The IPA is now available at: ${dsym_zip_path}"
+ echo " (i) The dSYM is now available at: ${dsym_zip_path}"
200
envman add --key BITRISE_DSYM_PATH --value "${dsym_zip_path}"
201
- echo ' (i) The IPA path is now available in the Environment Variable: $BITRISE_DSYM_PATH'
+ echo ' (i) The dSYM path is now available in the Environment Variable: $BITRISE_DSYM_PATH'
202
else
203
echo " (!) No dSYM found (or not a directory: ${DSYM_PATH})"
204
fi
0 commit comments