We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556c37f commit 8644723Copy full SHA for 8644723
ci/ios/upload-app.sh
@@ -3,6 +3,6 @@
3
4
VM_UPLOAD_IPA_PATH="/Volumes/My Shared Files/build-output/MullvadVPN.ipa"
5
API_KEY_PATH="$HOME/ci/app-store-connect-key.json"
6
-cd ci/
+cd ci/ || exit
7
source ~/.bash_profile
8
bundle exec fastlane pilot upload --api-key-path "${API_KEY_PATH}" --ipa "${VM_UPLOAD_IPA_PATH}"
0 commit comments