This commit is contained in:
Jean-Philippe ANDRE 2019-07-23 15:14:33 +09:00
Родитель 6c522d31d6
Коммит 1dd1bd91eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ appcenter_upload(
api_token: "<appcenter token>",
owner_name: "<your appcenter account name>",
app_name: "<your app name>",
apk: "<path to android build binary>"
apk: "<path to android build binary>",
notify_testers: true # Set to false if you don't want to notify testers of your new release (default: `false`)
)
```