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