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