Skip to content

Commit

Permalink
Fix APK path
Browse files Browse the repository at this point in the history
  • Loading branch information
César Trigo committed Feb 9, 2016
1 parent adf5555 commit f76628c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function echoStatusFailed {
# IPA
if [ ! -f "${apk_path}" ] ; then
echo "# Error"
echo "* No IPA found to deploy. Specified path was: ${apk_path}"
echo "* No APK found to deploy. Specified path was: ${apk_path}"
echoStatusFailed
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ is_always_run: false
is_skippable: false
run_if: ".IsCI"
inputs:
- apk_path: "$BITRISE_IPA_PATH"
- apk_path: "$BITRISE_APK_PATH"
opts:
title: "APK file path"
summary: ""
Expand Down

0 comments on commit f76628c

Please sign in to comment.