Skip to content

Commit 57e48a2

Browse files
authored
Update maven-publish.yml
1 parent 73adbe7 commit 57e48a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ jobs:
1717

1818
- name: Build with Maven
1919
run: mvn --batch-mode --update-snapshots package
20+
21+
# - uses: actions/upload-artifact@v3
22+
# with:
23+
# name: ProtocolStringReplacer-Snapshot
24+
# path: target/ProtocolStringReplacer v[\d\.]+.jar
2025

2126
- run: mkdir ProtocolStringReplacer && cp target/*.jar ProtocolStringReplacer
2227

2328
- uses: actions/upload-artifact@v3
2429
with:
25-
name: artifact
30+
name: ProtocolStringReplacer-Snapshot
2631
path: ProtocolStringReplacer

0 commit comments

Comments
 (0)