From 7a27436868e30b1efbc84ab362a8f80e82aef2aa Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 00:20:25 +0330 Subject: [PATCH] now done with lfs track --- .github/scripts/commit-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index f4ca2880..37df215f 100755 --- a/.github/scripts/commit-repo.sh +++ b/.github/scripts/commit-repo.sh @@ -1,7 +1,7 @@ #!/bin/bash git lfs install -git lfs track "*.zip" +#git lfs track "*.zip" cp ../master/repo/* . new_jar_build=$(ls *.jar| tail -1)