Aktualizovat .gitea/workflows/build.yml
Build wildloaders / Build-latest-jar (push) Successful in 13m15s Details

This commit is contained in:
Radim Lipovčan 2024-03-05 18:55:31 +01:00
parent ffbf622344
commit 17cefa29f6
1 changed files with 2 additions and 2 deletions

View File

@ -21,5 +21,5 @@ jobs:
run: cd wildloaders && ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
- name: Build | publish jar
run: |
cd wildloaders && ls -lah */* && ls -lah Bukkit/build/libs/
curl --insecure --user username:mypass -T Bukkit/build/libs/plotsquared-bukkit-7.2.1-SNAPSHOT.jar ftp://192.168.10.133:/
cd wildloaders && ls -lah */* && ls -lah target/
curl --insecure --user username:mypass -T target/WildLoaders-2023.3.jar ftp://192.168.10.133:/