Skip to content

Commit c9f3cd8

Browse files
Update maven.yml
1 parent 2bcfda7 commit c9f3cd8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/setup-java@v1
1919
with:
20-
java-version: 14
21-
- run: mvn -B package --file pom.xml
22-
- run: mkdir staging && cp target/*.jar staging
20+
java-version: 14
21+
- name: Build Maven
22+
run: mvn -B package --file pom.xml
23+
- name: Jar Publishing
24+
run: mkdir staging && cp target/*.jar staging
2325
- uses: actions/upload-artifact@v2
2426
with:
2527
name: Package

0 commit comments

Comments
 (0)