Update maven-publish.yml

This commit is contained in:
JW
2023-08-18 01:11:38 +02:00
committed by GitHub
parent 722db7e40c
commit c654d18866

View File

@@ -41,7 +41,7 @@ jobs:
- name: 3 Build with Maven
run: mvn package -P publish --file pom.xml
- name: 3.1 Show files
run: ls -a
run: find . -type f -ls
- name: 4.1 copy jar files
run: mkdir staging && cp Client/target/Client-1.0.0.jar staging