Skip to content

Commit c654d18

Browse files
authored
Update maven-publish.yml
1 parent 722db7e commit c654d18

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: 3 Build with Maven
4242
run: mvn package -P publish --file pom.xml
4343
- name: 3.1 Show files
44-
run: ls -a
44+
run: find . -type f -ls
4545

4646
- name: 4.1 copy jar files
4747
run: mkdir staging && cp Client/target/Client-1.0.0.jar staging

0 commit comments

Comments
 (0)