Open davhdavh opened 5 months ago
Describe the bug
https://github.com/actions/runner/blob/edfdbb966118990c9898c6723121f5610188c155/src/Runner.Common/HostContext.cs#L280-L283
Specifies that the actions cache is a subfolder of the work folder, but the work folder is always totally reset.
To Reproduce Steps to reproduce the behavior:
Expected behavior
latest, any os
Download action repository 'actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808' (SHA:65462800fd760344b1a7b4382951275a0abb4808)
https://github.com/actions/runner/blob/edfdbb966118990c9898c6723121f5610188c155/src/Runner.Common/HostContext.cs#L282
Change to .Tools instead of .Work
Anyone?
Describe the bug
https://github.com/actions/runner/blob/edfdbb966118990c9898c6723121f5610188c155/src/Runner.Common/HostContext.cs#L280-L283
Specifies that the actions cache is a subfolder of the work folder, but the work folder is always totally reset.
To Reproduce Steps to reproduce the behavior:
Expected behavior
Runner Version and Platform
latest, any os
Job Log Output
Suggested fix:
https://github.com/actions/runner/blob/edfdbb966118990c9898c6723121f5610188c155/src/Runner.Common/HostContext.cs#L282
Change to .Tools instead of .Work