From 2d4e8da7cf3a1825f8d7cf39cde3bf00e897bd67 Mon Sep 17 00:00:00 2001 From: voroscsoki Date: Tue, 14 May 2024 20:38:22 +0200 Subject: [PATCH] Maybe this fixes it? --- .github/workflows/maven.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 767d0ba..b7605a5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,9 +22,7 @@ on: jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Set up JDK 11 @@ -34,7 +32,8 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file "Sivatagi vizhalozatok uzemeltetese a gyakorlatban 2/pom.xml" + run: mvn -B package --file pom.xml + working-directory: "./Sivatagi vizhalozatok uzemeltetese a gyakorlatban 2" # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph