Skip to content

Commit 2197c58

Browse files
authored
Update maven-publish.yml
1 parent c654d18 commit 2197c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: find . -type f -ls
4545

4646
- name: 4.1 copy jar files
47-
run: mkdir staging && cp Client/target/Client-1.0.0.jar staging
47+
run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-Release-all.jar staging
4848

4949
- name: 5 set up a cache for maven
5050
uses: actions/cache@v2

0 commit comments

Comments
 (0)