parent
1c5afeecc7
commit
c1491c6db7
2
.github/workflows/client-build.yml
vendored
2
.github/workflows/client-build.yml
vendored
|
|
@ -293,8 +293,8 @@ jobs:
|
||||||
if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi
|
if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi
|
||||||
cd $repodir/release/client
|
cd $repodir/release/client
|
||||||
cp ../../../../../build.tar ./
|
cp ../../../../../build.tar ./
|
||||||
git add build.tar
|
|
||||||
git lfs track "build.tar"
|
git lfs track "build.tar"
|
||||||
|
git add build.tar
|
||||||
git commit -m "Update Latest build.tar"
|
git commit -m "Update Latest build.tar"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user