You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Action in version 1.2.4 is giving the following error when used with windows-latest:
There was an issue writing output files.
Exception: {
"error": "500/Error",
"from": "writeFiles",
"message": "There was an issue writing output files.",
"payload": "{\"errno\":-4058,\"syscall\":\"open\",\"code\":\"ENOENT\",\"path\":\"undefined/files.json\"}"
}
Describe the bug
Action in version 1.2.4 is giving the following error when used with
windows-latest
:Workflow
This is our workfow setting:
Expected behavior
It was working with
ubuntu-latest
and it should be working on windows or at least advertised as not working on windows-latest.Additional context
It seems that this is due to the use of the hardcoded
process.env.HOME
in the code ?The text was updated successfully, but these errors were encountered: