snapcrafters / ci

Repository for shared CI tools and actions
https://github.com/snapcrafters/.github/wiki
MIT License
3 stars 7 forks source link

[Enhancement]: Print build log to stdout for remote-build #3

Closed merlijn-sebrechts closed 12 months ago

merlijn-sebrechts commented 12 months ago

What changes would you like?

Currently, the remote-build log is lost, since it's captured to a file, and then deleted from Launchpad. Having our action print the contents of the output file to stdout would make debugging build failures easier.

Any extra information?

No response

soumyaDghosh commented 12 months ago

I did a pretty workaround for this here... it's simple but we can use it

https://github.com/Sjoerd1993/Graphs/blob/main/.github/workflows/main.yml#L82

soumyaDghosh commented 12 months ago

Closed in #10