add list files command in action
Gitea Action Maven build / build (push) Successful in 31s

This commit is contained in:
Eduard Kuksa
2025-01-21 23:43:52 +07:00
parent e855d7c583
commit 62b63686ec
+4
View File
@@ -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