diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 40a88da..300e155 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,10 +20,11 @@ jobs: git clone https://git.lipovcan.cz/Upstream/CoreProtect.git cd CoreProtect && ls -lah - name: Build | Gradlew build - run: cd CoreProtect && 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: | + run: | cd CoreProtect && ls -lah target/ curl --insecure --user username:mypass -T target/CoreProtect-22.2.jar ftp://192.168.10.133:/ \ No newline at end of file