Files
letro-android/.github/workflows/scripts
Chris Smith 8f03948e32 Improve screenshot action error handling
If the gradle build fails for some reason, the script should
bail out instead of carrying on and pushing a commit that
deletes all the screenshots[1]!

`set -e` simply makes the script return the appropriate
exit code immediately if any of the subcommands fails.

[1] e.g.
529a7c87ef
2023-06-30 10:14:32 +01:00
..