Skip to content

Commit 566a960

Browse files
author
zihluwang
committed
ci: added step to display all outputs
1 parent 225356d commit 566a960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@ jobs:
6464
# Overwrite artefactVersion with tag name
6565
run: ./gradlew build -PartefactVersion=${{ github.event.release.tag_name }}
6666

67+
- name: List Output Items
68+
run: ls -l ./**/build/libs
69+
6770
- name: Publish to Maven Central
6871
run: ./gradlew publish

0 commit comments

Comments
 (0)