Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Self-hosted runner support

Choose a tag to compare

@jclem jclem released this 18 May 20:45
2071beb

Previously, running this action didn't work well on self-hosted runners, because the /tmp directory persisted across runs. Now, we install tools into $RUNNER_TEMP, which is empty before each job.