@behnazh would it make sense to store the Actions log (all jobs) from the release.yaml workflow as part of the release artifacts? It looks like the Github API allows to download these logs, and considering that workflow logs can be deleted it would be useful to keep them?1
I ask because I needed to debug a failed run and had to look through older logs too… 🤔
@behnazh would it make sense to store the Actions log (all jobs) from the
release.yamlworkflow as part of the release artifacts? It looks like the Github API allows to download these logs, and considering that workflow logs can be deleted it would be useful to keep them?1I ask because I needed to debug a failed run and had to look through older logs too… 🤔
Footnotes
We’d probably have to do that in a separate workflow that triggers when the
release.yamlworkflow has finished, to get the complete logs of all workflow jobs. ↩