Skip to content

Commit

Permalink
modify .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slow-groovin committed Mar 8, 2024
1 parent aea6c8e commit b558d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit b558d75

Please sign in to comment.