From c1491c6db7e44ec8cdf395853979e97e6384974e Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Thu, 28 Dec 2023 09:15:50 +0530 Subject: [PATCH] CI: fix client cache sequence (#29911) fix client cache sequence --- .github/workflows/client-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index d7b7b0a446..ffb48774a8 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -293,8 +293,8 @@ jobs: if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi cd $repodir/release/client cp ../../../../../build.tar ./ - git add build.tar git lfs track "build.tar" + git add build.tar git commit -m "Update Latest build.tar" git push