diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index e247382c9bcb..c88d0afb6143 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -206,6 +206,7 @@ jobs: git config --global user.name "$gituser" git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git git lfs install + git lfs migrate import --everything if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi cd cibuildcache/$repodir/release/client diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 68c439738348..51ef45593699 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -338,6 +338,7 @@ jobs: git config --global user.name "$gituser" git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git git lfs install + git lfs migrate import --everything if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi cd cibuildcache/$repodir/release/server