Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 02:12:38 +01:00 committed by GitHub
parent dd0a2a7b43
commit 7cf9940933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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