Update maven.yml
This commit is contained in:
parent
dd0a2a7b43
commit
7cf9940933
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue