Aktualizovat .gitea/workflows/build.yml
Build CoreProtect / Build-latest-jar (push) Successful in 2m16s Details

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

View File

@ -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><\/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: |
run: |
cd CoreProtect && ls -lah target/
curl --insecure --user username:mypass -T target/CoreProtect-22.2.jar ftp://192.168.10.133:/