Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 58s
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 58s
This commit is contained in:
parent
41c4f47d3d
commit
e676e32f17
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user