Unity2018からUnity2019にアップデートしたら、Android版ビルド時にKeystore 周りでエラーが出た

あるプロジェクトをUnity2018からUnity2019にアップデートしたら、Android版のビルド時に

Keystore file '/Users/wakepon/projects/2357/Temp/gradleOut/Divide.keystore' not found for signing config 'release'. See the Console for details.

というエラーが出るようになってしまった。

Player Settings -> Publishing SettingsからKeystore Managerを選んでkeystoreファイルを指定し直し、それ以下も全て再度設定しなおしたらビルドが通るようになった。