Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build CoreProtect / Build-latest-jar (push) Successful in 3m23s

This commit is contained in:
Radim Lipovčan 2025-06-12 10:19:00 +02:00
parent a99cb0bc51
commit 703c93af22

View File

@ -22,7 +22,7 @@ jobs:
- name: Build | Gradlew build
run: |
cd CoreProtect && ls -lah
sed -i 's/<project.branch><\/project.branch>/<project.branch>main<\/project.branch>/' pom.xml
sed -i 's/<project.branch><\/project.branch>/<project.branch>master<\/project.branch>/' pom.xml
mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
- name: Release
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1