On Windows 11, when successfully using the GitHub action, a set of nested folders is available:
c:\runner\_work\_tool\SPF-OST\repo\folder_with_cached_files
Here SPF-OST is our GitHub organization.
On a new runner the _tool folder is empty.
When faced with this setup the normal step warns that it cannot find the folder:
c:\runner\_work\_tool\SPF-OST\repo
The "post" step completes without any feedback.
Checking the folders, the post step did nothing.
To make the Github Action work, I need to manually ensure the full path exists.
It would be great if the GitHub Action could prepare these folders.
On Windows 11, when successfully using the GitHub action, a set of nested folders is available:
c:\runner\_work\_tool\SPF-OST\repo\folder_with_cached_filesHere SPF-OST is our GitHub organization.
On a new runner the _tool folder is empty.
When faced with this setup the normal step warns that it cannot find the folder:
c:\runner\_work\_tool\SPF-OST\repoThe "post" step completes without any feedback.
Checking the folders, the post step did nothing.
To make the Github Action work, I need to manually ensure the full path exists.
It would be great if the GitHub Action could prepare these folders.