Skip to content

Commit 30cc37d

Browse files
Update maven.yml
1 parent 4c51900 commit 30cc37d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
- name: Build with Maven
3131
run: mvn -B package --file pom.xml
3232

33+
- uses: actions/upload-artifact@v4
34+
with:
35+
name: buildArtifact
36+
path: target/*.jar

0 commit comments

Comments
 (0)