Skip to content

Commit 43d3a8f

Browse files
committed
Upload plugin jar (artifact)
1 parent 3479470 commit 43d3a8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/maven.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ jobs:
2121
java-version: '21'
2222
cache: maven
2323
- run: mvn -B clean package
24+
25+
- name: Upload plugin jar
26+
uses: actions/upload-artifact@v4
27+
with:
28+
name: statsplugin
29+
path: |
30+
target/*.jar
31+
!target/original-*.jar

0 commit comments

Comments
 (0)