add list files command in action
All checks were successful
Gitea Action Maven build / build (push) Successful in 31s
All checks were successful
Gitea Action Maven build / build (push) Successful in 31s
This commit is contained in:
parent
e855d7c583
commit
62b63686ec
@ -22,3 +22,7 @@ jobs:
|
|||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
- name: List files in target directory
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -la target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user