Aktualizovat .gitea/workflows/build.yml
All checks were successful
Build JAR with Maven / Build-latest-jar (push) Successful in 6m57s

This commit is contained in:
Radim Lipovčan 2024-09-12 13:54:00 +02:00
parent 1fdf06c127
commit 07e1b32767

View File

@ -19,6 +19,7 @@ jobs:
run: |
git clone https://git.lipovcan.cz/Fork/mmocore.git
cd mmocore
git log
ls -lah
- name: Build | mvn build
run: cd mmocore && mvn clean package install -e && ls -lah && ls */ -lah