From dbfaade4fd9d0bb96b3b8d8d905bff95afc7fccd Mon Sep 17 00:00:00 2001 From: Ivan Damyanov Date: Tue, 12 Nov 2024 11:42:42 +0100 Subject: [PATCH] Update README.md with correct testing-distribution upload command argument --profileId was wrong, --distProfileId is the correct argument --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa4450e..d7678ae 100644 --- a/README.md +++ b/README.md @@ -162,10 +162,10 @@ CURL_LOGGING= appcircle - Create a distribution profile and [share with the testers](https://docs.appcircle.io/distribute/create-or-select-a-distribution-profile) - Enable [auto sending](https://docs.appcircle.io/distribute/create-or-select-a-distribution-profile#auto-send-your-build-to-the-testers) of the build to the testers - Get the distribution profile ID using `appcircle testing-distribution profile list` -- Upload your app binary to the selected distribution profile using `appcircle testing-distribution upload --app="YOUR APP PATH" --profileId="YOUR PROFILE ID" --message="YOUR RELEASE NOTES"` +- Upload your app binary to the selected distribution profile using `appcircle testing-distribution upload --app="YOUR APP PATH" --distProfileId="YOUR PROFILE ID" --message="YOUR RELEASE NOTES"` ## Migration Guides - [1.x to 2.0](docs/migration-guides/1.x-to-2.0.md) -- [2.0 to 2.x](docs/migration-guides/2.0-to-2.x.md) \ No newline at end of file +- [2.0 to 2.x](docs/migration-guides/2.0-to-2.x.md)