Skip to content

Commit

Permalink
gh
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Feb 13, 2024
1 parent 4e82cfe commit 7f2996e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platform :android do
desc "Submit a new Beta Build to Crashlytics Beta"
lane :beta do
yarn(command: 'build', step_name: 'building_project', package_path: "../package.json")
sh "cd ../../ && npx cap copy android"
sh "cd ../../ && npx cap sync android"
gradle(task: "assembleRelease")
end

Expand Down

0 comments on commit 7f2996e

Please sign in to comment.