From 475e2d69e67b60383dfc146fd83f68022be549b2 Mon Sep 17 00:00:00 2001 From: Josh Crites Date: Tue, 19 Dec 2023 16:22:52 -0500 Subject: [PATCH] add tmp --- update_contract.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_contract.sh b/update_contract.sh index a0f81e0..eb60c69 100755 --- a/update_contract.sh +++ b/update_contract.sh @@ -24,7 +24,7 @@ else fi if [ "$GITHUB_ACTIONS" == "true" ]; then - tmp_dir="$GITHUB_WORKSPACE" + tmp_dir="$GITHUB_WORKSPACE/tmp" else tmp_dir="/tmp" fi