We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73adbe7 commit 57e48a2Copy full SHA for 57e48a2
.github/workflows/maven-publish.yml
@@ -17,10 +17,15 @@ jobs:
17
18
- name: Build with Maven
19
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
25
26
- run: mkdir ProtocolStringReplacer && cp target/*.jar ProtocolStringReplacer
27
28
- uses: actions/upload-artifact@v3
29
with:
- name: artifact
30
+ name: ProtocolStringReplacer-Snapshot
31
path: ProtocolStringReplacer
0 commit comments