update crashlytics_path
This commit is contained in:
parent
412b1dafeb
commit
4fa303f2c0
|
|
@ -26,7 +26,7 @@ private_lane :uploadToFabric do |options|
|
||||||
|
|
||||||
crashlytics(
|
crashlytics(
|
||||||
ipa_path: options[:ipa_path],
|
ipa_path: options[:ipa_path],
|
||||||
crashlytics_path: "./Pods/Crashlytics/",
|
crashlytics_path: "./Pods/Crashlytics/submit",
|
||||||
api_token: token,
|
api_token: token,
|
||||||
build_secret: secret,
|
build_secret: secret,
|
||||||
notes_path: releaseNotesFile,
|
notes_path: releaseNotesFile,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue