superunitybuild / buildactions

BuildActions for use with the SuperUnityBuild build automation tool.
https://github.com/superunitybuild/buildtool
MIT License
184 stars 38 forks source link

Some way to know if a build failed in a post-build action #39

Closed celojevic closed 5 months ago

celojevic commented 9 months ago

Hi, I'm not sure if this already exists (if it does, please let me know), but there should be a way to abort post-build actions if a build fails. For example, i use the UploadItch action and a custom action that builds/uploads addressables, but obviously i do not want to upload either of those if the build didnt work in the first place. Thanks!