From dd0a2a7b439942dddebc3bb6129787f60b0fa8c4 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:10:50 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2d34b62..aa28b54 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -42,6 +42,7 @@ jobs: - name: Baue mit Maven run: mvn clean install + working-directory: ./builds # Set the working directory to the "builds" directory - name: Erstelle Release id: create_release