gradle / gradle-build-action

Execute your Gradle build and trigger dependency submission
https://github.com/marketplace/actions/gradle-build-action
MIT License
671 stars 97 forks source link

docs: upload build reports even when build failed #965

Closed KengoTODA closed 10 months ago

KengoTODA commented 10 months ago

Hello 👋

Really thanks for making this action very well documented! It helped me to try new features with less effort 👍

I found that the doc contains a description regarding the usage of actions/upload-artifact, then I suggest adding if: always() or if: failure(). Because in most cases I check build reports to understand what made my build unstable.

Thanks for checking this PR!

bigdaz commented 10 months ago

Thanks for the contribution @KengoTODA