Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build CoreProtect / Build-latest-jar (push) Failing after 2m28s
Some checks failed
Build CoreProtect / Build-latest-jar (push) Failing after 2m28s
This commit is contained in:
parent
20ba261b7d
commit
c28ad3938a
@ -23,5 +23,5 @@ jobs:
|
|||||||
run: cd CoreProtect && ls -lah && mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
|
run: cd CoreProtect && ls -lah && mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
|
||||||
- name: Build | publish jar
|
- name: Build | publish jar
|
||||||
run: |
|
run: |
|
||||||
cd CoreProtect && ls -lah Bukkit/build/libs/
|
cd CoreProtect && ls -lah target/target/
|
||||||
curl --insecure --user username:mypass -T Bukkit/build/libs/CoreProtect-bukkit-7.2.1-SNAPSHOT.jar ftp://192.168.10.133:/
|
curl --insecure --user username:mypass -T target/target/CoreProtect-22.2.jar ftp://192.168.10.133:/
|
Loading…
Reference in New Issue
Block a user