Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build PlotSquared / Build-latest-jar (push) Failing after 3m38s

This commit is contained in:
Radim Lipovčan 2024-12-27 14:48:18 +01:00
parent e9a23eedf1
commit 7889514b8e

View File

@ -18,7 +18,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build | Gradlew build
run: ls -lah && chmod +x gradlew && ./gradlew build && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
run: ls -lah && mvn clean package && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
- name: Release
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
with: