Skip to content

Commit cd444d1

Browse files
Update maven.yml
Staging Jar
1 parent 86afa36 commit cd444d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232
cache: maven
3333
- name: Build with Maven
3434
run: mvn -B package --file pom.xml
35+
- run: mkdir staging && cp target/*.jar staging
36+
- uses: actions/upload-artifact@v4
37+
with:
38+
name: Package
39+
path: staging

0 commit comments

Comments
 (0)