Skip to content

Commit fe10826

Browse files
authored
Update maven-publish.yml
1 parent d5b4bba commit fe10826

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ jobs:
1717

1818
- name: Build with Maven
1919
run: mvn --batch-mode --update-snapshots package
20+
21+
- run: mkdir ProtocolStringReplacer && cp target/*.jar ProtocolStringReplacer
22+
23+
- uses: actions/upload-artifact@v3
24+
with:
25+
name: Package
26+
path: ProtocolStringReplacer

0 commit comments

Comments
 (0)