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 722db7e commit c654d18Copy full SHA for c654d18
.github/workflows/maven-publish.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: 3 Build with Maven
42
run: mvn package -P publish --file pom.xml
43
- name: 3.1 Show files
44
- run: ls -a
+ 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
0 commit comments