From fa10fecf985fef275e3896686b0944bdda73250a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Thu, 8 Aug 2024 21:28:07 +0200 Subject: [PATCH] Aktualizovat .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3830ef1..72aadba 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,7 @@ jobs: cd playerservers-edits && ls -lah - name: Build | Gradlew build run: | - cd playerservers-edits && ls -lah + cd playerservers-edits && ls -lah && git checkout recode-update mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah - name: Build | publish jar run: |