We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fac2d5 commit 58523d6Copy full SHA for 58523d6
1 file changed
.github/workflows/maven.yml
@@ -22,3 +22,8 @@ jobs:
22
java-version: 1.8
23
- name: Build with Maven
24
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