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 2197c58 commit fa5b30eCopy full SHA for fa5b30e
.github/workflows/maven-publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish Plugin
+name: Publish Artifacts
2
3
on:
4
workflow_dispatch:
@@ -44,7 +44,7 @@ jobs:
44
run: find . -type f -ls
45
46
- name: 4.1 copy jar files
47
- run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-Release-all.jar staging
+ run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-all.jar staging
48
49
- name: 5 set up a cache for maven
50
uses: actions/cache@v2
0 commit comments