From b558d75fa690ef716eff08db7d6fc559dad13bcd Mon Sep 17 00:00:00 2001 From: slow-groovin <136044792+slow-groovin@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:22:32 +0800 Subject: [PATCH] modify .yml --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d8d7872..fa9dcec 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,12 +41,12 @@ jobs: - name: test if cd last step will affect this setp run: echo "test if cd last step will affect this setp" && pwd # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - - run: mvn --batch-mode --update-snapshots verify - - run: mkdir staging && cp target/*.jar staging + - run: cd java && mvn --batch-mode --update-snapshots verify + - run: cd java && mkdir staging && cp target/*.jar staging - uses: actions/upload-artifact@v4 with: name: Package - path: staging + path: java/staging - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@v4.0.0 with: