mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
debug: log artifacts downloaded
This commit is contained in:
parent
ede4b5eb58
commit
611766a705
1 changed files with 2 additions and 0 deletions
2
.github/workflows/java.yml
vendored
2
.github/workflows/java.yml
vendored
|
@ -46,6 +46,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: dist/java/artifacts
|
path: dist/java/artifacts
|
||||||
pattern: codemp-java-*
|
pattern: codemp-java-*
|
||||||
|
- run: tree
|
||||||
|
working-directory: dist/java
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
Loading…
Reference in a new issue