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

This commit is contained in:
Radim Lipovčan 2023-12-03 18:20:21 +01:00
parent 6f8ecd4ebd
commit 9eba4c5288
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
- name: Build | publish jar
run: |
curl --insecure --user username:mypass -T PlotSquared/target/PlotSquared.jar ftp://192.168.10.133:/
ls PlotSquared/build/tmp/ -lah
curl --insecure --user username:mypass -T PlotSquared/build/tmp/PlotSquared.jar ftp://192.168.10.133:/