Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m9s
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m9s
This commit is contained in:
parent
5d25e7cbf0
commit
1eb71bfa36
@ -10,7 +10,7 @@ jobs:
|
|||||||
apt update; apt-get install software-properties-common -y
|
apt update; apt-get install software-properties-common -y
|
||||||
wget -O- https://apt.corretto.aws/corretto.key | apt-key add -
|
wget -O- https://apt.corretto.aws/corretto.key | apt-key add -
|
||||||
add-apt-repository 'deb https://apt.corretto.aws stable main'
|
add-apt-repository 'deb https://apt.corretto.aws stable main'
|
||||||
apt-get update; apt-get install -y maven java-17-amazon-corretto-jdk
|
apt-get update; apt-get install -y maven java-21-amazon-corretto-jdk
|
||||||
- name: Setup git
|
- name: Setup git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "Radim Lipovčan"
|
git config --global user.name "Radim Lipovčan"
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
- name: Build | publish jar
|
- name: Build | publish jar
|
||||||
run: |
|
run: |
|
||||||
cd PlotSquared && ls -lah Bukkit/build/libs/
|
cd PlotSquared && ls -lah Bukkit/build/libs/
|
||||||
curl --insecure --user username:mypass -T Bukkit/build/libs/plotsquared-bukkit-7.3.7-SNAPSHOT.jar ftp://192.168.10.133:/
|
curl --insecure --user username:mypass -T Bukkit/build/libs/plotsquared-bukkit-7.3.8-SNAPSHOT.jar ftp://192.168.10.133:/
|
Loading…
Reference in New Issue
Block a user