Aktualizovat .gitea/workflows/build.yml
Build CoreProtect / Build-latest-jar (push) Failing after 50s Details

This commit is contained in:
Radim Lipovčan 2023-12-06 14:01:26 +01:00
parent 5217bfc527
commit 664fa84166
1 changed files with 3 additions and 1 deletions

View File

@ -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><\/project.branch>/<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/