Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MidCoard authored May 7, 2024
1 parent 6ceacb3 commit 2be7e8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: "*.jar"
path: target

0 comments on commit 2be7e8c

Please sign in to comment.