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`

(cherry picked from commit 6f9fbc1)
  • Loading branch information
francoisl authored and OSBotify committed Sep 21, 2022
1 parent 4893983 commit de7bc46
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 de7bc46

Please sign in to comment.