We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcfda7 commit c9f3cd8Copy full SHA for c9f3cd8
1 file changed
.github/workflows/maven.yml
@@ -17,9 +17,11 @@ jobs:
17
steps:
18
- uses: actions/setup-java@v1
19
with:
20
- java-version: 14
21
- - run: mvn -B package --file pom.xml
22
- - run: mkdir staging && cp target/*.jar staging
+ java-version: 14
+ - name: Build Maven
+ run: mvn -B package --file pom.xml
23
+ - name: Jar Publishing
24
+ run: mkdir staging && cp target/*.jar staging
25
- uses: actions/upload-artifact@v2
26
27
name: Package
0 commit comments