From 664fa84166518d087c7ea48937f3ebebeff58c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Wed, 6 Dec 2023 14:01:26 +0100 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 86a5570..40a88da 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,7 +20,9 @@ jobs: git clone https://git.lipovcan.cz/Upstream/CoreProtect.git cd CoreProtect && ls -lah - name: Build | Gradlew build - run: cd CoreProtect && ls -lah && mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah + run: cd CoreProtect && ls -lah + sed -i 's/<\/project.branch>/main<\/project.branch>/' pom.xml + mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah - name: Build | publish jar run: | cd CoreProtect && ls -lah target/