Update maven-publish.yml

This commit is contained in:
JW
2023-08-18 01:02:48 +02:00
committed by GitHub
parent 71e354affb
commit 607e6302e6

View File

@@ -42,7 +42,7 @@ jobs:
run: mvn package -P publish --file pom.xml
- name: 4.1 copy jar files
run: mkdir staging && cp Client/target/Client-1.0.0-all.jar staging
run: mkdir staging && cp Client/target/Client-1.0.0.jar staging
- name: 5 set up a cache for maven
uses: actions/cache@v2