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
Running this action in a container fails because the runner.temp directory doesn't exist. Perhaps the temp dir could be passed to the action as an option?
It looks like only the runner.temp in the tar command incorrectly refers to the host temp directory. The runner.temp in the upload-artifact step correctly points into the container.
The text was updated successfully, but these errors were encountered:
It looks like only the runner.temp in the tar command incorrectly refers to the host temp directory. The runner.temp in the upload-artifact step correctly points into the container.
Running this action in a container fails because the
runner.temp
directory doesn't exist. Perhaps the temp dir could be passed to the action as an option?This seems to be related to actions/runner#965.
It looks like only the
runner.temp
in thetar
command incorrectly refers to the host temp directory. Therunner.temp
in theupload-artifact
step correctly points into the container.The text was updated successfully, but these errors were encountered: