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