Aktualizovat .gitea/workflows/build.yml
Build PlotSquared / Build-latest-jar (push) Failing after 1m13s Details

This commit is contained in:
Radim Lipovčan 2023-12-03 18:07:59 +01:00
parent 2ab84c88fa
commit 350f66c3d2
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ jobs:
run: |
git clone https://github.com/IntellectualSites/PlotSquared.git
#git clone https://git.lipovcan.cz/Upstream/PlotSquared.git
cd PlotSquared && git checkout main && git pull main
ls -lah
cd PlotSquared && ls -lah
- name: Build | mvn build
run: cd PlotSquared && mvn clean package install && ls -lah && ls */ -lah
- name: Build | publish jar