Skip to content

Commit

Permalink
Merge pull request #11182 from Expensify/cmartins-fixSyntaxError
Browse files Browse the repository at this point in the history
[No QA] Fix syntax error in `upload_symbols_to_crashlytics`
  • Loading branch information
francoisl authored Sep 21, 2022
2 parents 43ae64a + 97202a2 commit 6f9fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ platform :ios do
end

upload_symbols_to_crashlytics(
app_id: "1:921154746561:ios:216bd10ccc947659027c40"
app_id: "1:921154746561:ios:216bd10ccc947659027c40",
dsym_path: lane_context[SharedValues::DSYM_OUTPUT_PATH],
gsp_path: "./ios/GoogleService-Info.plist",
binary_path: "./ios/Pods/FirebaseCrashlytics/upload-symbols"
Expand Down

0 comments on commit 6f9fbc1

Please sign in to comment.