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