From 90fc849b10242c64de9075b7c0128b849332cadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Wed, 3 Apr 2024 19:00:23 +0200 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7fb46c2..eee9a19 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,11 +19,10 @@ jobs: run: | git clone https://git.lipovcan.cz/Upstream/Folia.git cd Folia - git checkout dev/1.20.4 ls -lah - name: Build | applyPatches - run: cd Folia && git checkout dev/1.20.4 && ./gradlew applyPatches + run: cd Folia && ./gradlew applyPatches - name: Build | createJar - run: cd Folia && git checkout dev/1.20.4 && ./gradlew createReobfBundlerJar + run: cd Folia && ./gradlew createReobfBundlerJar - name: Build | publish jar - run: cd Folia && git checkout dev/1.20.4 && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/ \ No newline at end of file + run: cd Folia && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/ \ No newline at end of file