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

This commit is contained in:
Radim Lipovčan 2023-12-03 18:49:18 +01:00
parent 138adea388
commit a4f53f9876
1 changed files with 1 additions and 3 deletions

View File

@ -24,6 +24,4 @@ jobs:
run: cd PlotSquared && ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
- name: Build | publish jar
run: |
ls PlotSquared/bukkit/build/ -lah
curl --insecure --user username:mypass -T PlotSquared/Core/build/libs/plotsquared-core-7.2.1-SNAPSHOT.jar ftp://192.168.10.133:/
curl --insecure --user username:mypass -T PlotSquared/Core/build/libs/*.jar ftp://192.168.10.133:/
curl --insecure --user username:mypass -T PlotSquared/Bukkit/build/libs/plotsquared-core-7.2.1-SNAPSHOT.jar ftp://192.168.10.133:/