Skip to content

Commit feb19c6

Browse files
committed
list files
1 parent 051a212 commit feb19c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compile-examples.yml

+3
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ jobs:
348348
cli-compile-flags: |
349349
- --output-dir=${{ env.BUILD_PATH }}
350350
351+
- name: List exported artifacts
352+
run: ls ${{ env.BUILD_PATH }}
353+
351354
- name: Write data to size trends report spreadsheet
352355
# Update report on every push to the master branch
353356
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)