Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build CoreProtect / Build-latest-jar (push) Failing after 50s
Some checks failed
Build CoreProtect / Build-latest-jar (push) Failing after 50s
This commit is contained in:
parent
5217bfc527
commit
664fa84166
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user