Running from my terminal command expo fetch:android:keystore
I get one bunch of data and running same command using Github Actions I get completely different values.
Consequently, I can't upload the .aab to PlayConsole because as it says Your Android App Bundle is signed with the wrong key.
I assume that the reason for this behaviour is that accounts that I use in expo-cli at Github actions and that one I use locally differs. However they belongs to one project in Expo and never confronts so I am not sure about this guess. I read a lot of docs but couldn't find any reasonable. Maybe you guys know smth about this.
Command I build with is expo build:android -t app-bundle --release-channel master