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

This commit is contained in:
Radim Lipovčan 2023-12-03 18:56:50 +01:00
parent a4f53f9876
commit 70fb9d0921
1 changed files with 2 additions and 1 deletions

View File

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