Skip to content

Commit

Permalink
add tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Dec 19, 2023
1 parent b293e92 commit 475e2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 475e2d6

Please sign in to comment.