Aktualizovat .gitea/workflows/build.yml
Build CoreProtect / Build-latest-jar (push) Failing after 2m28s Details

This commit is contained in:
Radim Lipovčan 2023-12-06 13:20:29 +01:00
parent 20ba261b7d
commit c28ad3938a
1 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ jobs:
run: cd CoreProtect && ls -lah && mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
- name: Build | publish jar
run: |
cd CoreProtect && ls -lah Bukkit/build/libs/
curl --insecure --user username:mypass -T Bukkit/build/libs/CoreProtect-bukkit-7.2.1-SNAPSHOT.jar ftp://192.168.10.133:/
cd CoreProtect && ls -lah target/target/
curl --insecure --user username:mypass -T target/target/CoreProtect-22.2.jar ftp://192.168.10.133:/