From b8f7daa9410b8f3af3abb625b26fc9445e07fdab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 3 Dec 2023 18:27:17 +0100 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 50ceb50..d90cdf4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,8 +21,8 @@ jobs: #git clone https://git.lipovcan.cz/Upstream/PlotSquared.git cd PlotSquared && ls -lah - name: Build | Gradlew build - run: cd PlotSquared && ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah + run: cd PlotSquared && ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah - name: Build | publish jar run: | - ls PlotSquared/build/tmp/ -lah + ls PlotSquared/bukkit/build/ -lah curl --insecure --user username:mypass -T PlotSquared/build/tmp/PlotSquared.jar ftp://192.168.10.133:/ \ No newline at end of file