Skip to content

Commit c59d9a5

Browse files
committed
Ajuste Github Action
1 parent b7c22d5 commit c59d9a5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ jobs:
3939
- name: Run tests
4040
run: mvn test
4141

42+
# Listar arquivos no target (debug)
43+
- name: List target folder
44+
run: ls -R target/
45+
4246
# Arquivos gerados (opcional)
4347
- name: Upload build artifacts
4448
uses: actions/upload-artifact@v4
4549
with:
46-
name: target
47-
path: target/
50+
name: springboot-hateoas
51+
path: target/*.jar
4852

0 commit comments

Comments
 (0)