Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m37s
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m37s
This commit is contained in:
parent
138adea388
commit
a4f53f9876
@ -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:/
|
Loading…
Reference in New Issue
Block a user