CI: fix client cache sequence (#29911)

fix client cache sequence
This commit is contained in:
yatinappsmith 2023-12-28 09:15:50 +05:30 committed by GitHub
parent 1c5afeecc7
commit c1491c6db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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