From 5e2801000602ac54776d9c634ce30ffc1a25fbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Tue, 3 Oct 2023 19:40:18 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9E.gitea/workflows/build.?= =?UTF-8?q?yml=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index fb70514..6cfcc11 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,6 +20,7 @@ jobs: git clone https://git.lipovcan.cz/Upstream/Folia.git cd Folia ls -lah + git checkout dev/1.20.2 - name: Build | applyPatches run: cd Folia && ./gradlew applyPatches - name: Build | createJar