Skip to content

Commit 954343a

Browse files
committed
actions: List buildfiles dir in test-build
1 parent 3a2d0fc commit 954343a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ jobs:
129129
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
130130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131131

132+
- name: Output Dir Structure
133+
run: ls -lhR buildfiles
134+
132135
- name: Add Artifact
133136
uses: actions/upload-artifact@v2
134137
with:

0 commit comments

Comments
 (0)