actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.82k stars 947 forks source link

Logs for windows runners are not available #3254

Closed fasmat closed 5 months ago

fasmat commented 5 months ago

Describe the bug When executing our workflow on a windows runner we cannot see the logs that were recorded during the run. Example from a recent action workflow:

Ubuntu logs: https://github.com/spacemeshos/go-spacemesh/actions/runs/8813414340/job/24191124857 Windows logs: https://github.com/spacemeshos/go-spacemesh/actions/runs/8813414340/job/24191125668

To Reproduce Run any workflow on both ubuntu and on windows. Ubuntu will have all logs available after the run, the windows workflow will not.

Expected behavior I would like to see the logs of all workflow runs on all runners

Runner Version and Platform

windows-latest

What's not working?

See description above

Job Log Output

See description above

fasmat commented 5 months ago

It looks like the problem went away just now, so I'm closing the issue.