upload_symbols_to_crashlytics added
This commit is contained in:
parent
068644218c
commit
c29c5d8532
|
|
@ -28,6 +28,11 @@ after_all do |lane, options|
|
|||
notes_path: releaseNotesFile,
|
||||
groups: "touch-instinct"
|
||||
)
|
||||
|
||||
upload_symbols_to_crashlytics(
|
||||
dsym_path: "./#{$appName}.app.dSYM.zip",
|
||||
api_token: token
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue