diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index c206aabd..f4ca2880 100755 --- a/.github/scripts/commit-repo.sh +++ b/.github/scripts/commit-repo.sh @@ -1,5 +1,8 @@ #!/bin/bash +git lfs install +git lfs track "*.zip" + cp ../master/repo/* . new_jar_build=$(ls *.jar| tail -1) echo "last jar build file name: $new_jar_build"