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

This commit is contained in:
Radim Lipovčan 2023-12-03 17:17:16 +01:00
parent 41c4f47d3d
commit e676e32f17
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Build | Clone repository
run: |
git clone https://git.lipovcan.cz/Upstream/PlotSquared.git
cd PlotSquared
cd PlotSquared && git checkout main && git pull main
ls -lah
- name: Build | mvn build
run: cd PlotSquared && mvn clean package install && ls -lah && ls */ -lah