Skip to content

Commit 58523d6

Browse files
authored
Store maven artifacts (#4)
Store maven artifacts of builds for easy access
1 parent 6fac2d5 commit 58523d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ jobs:
2222
java-version: 1.8
2323
- name: Build with Maven
2424
run: mvn -B package
25+
- name: Upload plugin artifact
26+
uses: actions/upload-artifact@v2
27+
with:
28+
name: BookExploitFix
29+
path: target/BookExploitFix.jar

0 commit comments

Comments
 (0)