Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build PaperMC Jar / Build-latest-jar (push) Failing after 2m35s
Some checks failed
Build PaperMC Jar / Build-latest-jar (push) Failing after 2m35s
This commit is contained in:
parent
26b813b125
commit
96339c8e92
@ -16,6 +16,7 @@ jobs:
|
|||||||
git config --global user.name "Radim Lipovčan"
|
git config --global user.name "Radim Lipovčan"
|
||||||
git config --global user.email "radim@lipovcan.cz"
|
git config --global user.email "radim@lipovcan.cz"
|
||||||
git clone https://github.com/PaperMC/Paper.git
|
git clone https://github.com/PaperMC/Paper.git
|
||||||
|
git checkout update/1.21.5
|
||||||
- name: Build | Clone repository
|
- name: Build | Clone repository
|
||||||
run: |
|
run: |
|
||||||
cd Paper
|
cd Paper
|
||||||
@ -25,4 +26,5 @@ jobs:
|
|||||||
ls -lah paper-server/build/libs
|
ls -lah paper-server/build/libs
|
||||||
- name: Build | publish jar
|
- name: Build | publish jar
|
||||||
run: |
|
run: |
|
||||||
curl --insecure --user username:mypass -T craftbukkit-1.21.5.jar ftp://192.168.10.133:/
|
cd Paper/paper-server/build/libs
|
||||||
|
curl --insecure --user username:mypass -T paper-server-1.21.5-R0.1-SNAPSHOT.jar ftp://192.168.10.133:/
|
Loading…
Reference in New Issue
Block a user