diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 06ee0751b1..f0274abc48 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -244,7 +244,7 @@ jobs: git config --global user.name "$gituser" git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git git lfs install - cd testcacherepo/ + cd cibuildcache/ if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi cd $repodir/release/server