Skip to content

Commit be1dbcd

Browse files
authored
Update maven.yml
1 parent bec793b commit be1dbcd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ jobs:
2222
java-version: 1.8
2323
- name: Build with Maven
2424
run: mvn -B package --file pom.xml
25+
26+
27+
- name: Upload Result
28+
uses: actions/upload-artifact@v2
29+
with:
30+
name: JavaDocSourceEmbed.jar
31+
path: target/JavaDocSourceEmbed-1.0-SNAPSHOT.jar

0 commit comments

Comments
 (0)