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/