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 c654d18 commit 2197c58Copy full SHA for 2197c58
.github/workflows/maven-publish.yml
@@ -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-1.0.0.jar staging
+ run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-Release-all.jar staging
48
49
- name: 5 set up a cache for maven
50
uses: actions/cache@v2
0 commit comments