From 07baf5fde12c0cd4a3cce1f57ea725aca60341bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Sun, 4 Feb 2024 17:06:57 +0100 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 37d20cf..7fb46c2 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -22,8 +22,8 @@ jobs: git checkout dev/1.20.4 ls -lah - name: Build | applyPatches - run: cd Folia && ./gradlew applyPatches + run: cd Folia && git checkout dev/1.20.4 && ./gradlew applyPatches - name: Build | createJar - run: cd Folia && ./gradlew createReobfBundlerJar + run: cd Folia && git checkout dev/1.20.4 && ./gradlew createReobfBundlerJar - name: Build | publish jar - run: cd Folia && curl --insecure --user username:mypass -T build/libs/* ftp://192.168.10.133:/ \ No newline at end of file + 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