Skip to content

Commit fa5b30e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Plugin
1+
name: Publish Artifacts
22

33
on:
44
workflow_dispatch:
@@ -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-${{steps.version.outputs.version_tag}}-Release-all.jar staging
47+
run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-all.jar staging
4848

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

0 commit comments

Comments
 (0)