Aktualizovat .gitea/workflows/build.yml
Build PlotSquared / Build-latest-jar (push) Failing after 3m57s Details

This commit is contained in:
Radim Lipovčan 2023-12-03 18:14:54 +01:00
parent 350f66c3d2
commit 6f8ecd4ebd
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ jobs:
git clone https://github.com/IntellectualSites/PlotSquared.git
#git clone https://git.lipovcan.cz/Upstream/PlotSquared.git
cd PlotSquared && ls -lah
- name: Build | mvn build
run: cd PlotSquared && mvn clean package install && ls -lah && ls */ -lah
- name: Build | Gradlew build
run: cd PlotSquared && ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah
- name: Build | publish jar
run: |
curl --insecure --user username:mypass -T PlotSquared/target/PlotSquared.jar ftp://192.168.10.133:/