fluffychat/scripts/release-playstore.sh
2021-03-28 09:09:02 +00:00

4 lines
67 B
Bash
Executable file

#!/bin/sh -ve
cd android
bundle exec fastlane deploy_release
cd ..