summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-x.github/actions/go-cache/action.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/go-cache/action.sh b/.github/actions/go-cache/action.sh
index f49d5bb77..9e43eb269 100755
--- a/.github/actions/go-cache/action.sh
+++ b/.github/actions/go-cache/action.sh
@@ -32,7 +32,7 @@ if [ -z "${GOPATH}" ]; then
GOPATH="./tool/go"
fi
-BIN_PATH="${RUNNER_TEMP:-/tmp}/cigocacher$(${GOPATH} env GOEXE)"
+BIN_PATH="/tmp/cigocacher$(${GOPATH} env GOEXE)"
if [ -d "cmd/cigocacher" ]; then
echo "cmd/cigocacher found locally, building from local source"
"${GOPATH}" build -o "${BIN_PATH}" ./cmd/cigocacher