Skip to content

Commit

Permalink
Merge branch 'fix-last-ios-buildscript'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Sep 4, 2023
2 parents 0742ff4 + d388e52 commit 2f0c588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ios/upload-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ VM_UPLOAD_IPA_PATH="/Volumes/My Shared Files/build-output/MullvadVPN.ipa"
API_KEY_PATH="$HOME/ci/app-store-connect-key.json"
cd ci/
source ~/.bash_profile
bundle exec fastlane pilot upload --api-key-path ${API_KEY_PATH} --ipa ${VM_UPLOAD_IPA_PATH}
bundle exec fastlane pilot upload --api-key-path "${API_KEY_PATH}" --ipa "${VM_UPLOAD_IPA_PATH}"

0 comments on commit 2f0c588

Please sign in to comment.