We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051a212 commit feb19c6Copy full SHA for feb19c6
.github/workflows/compile-examples.yml
@@ -348,6 +348,9 @@ jobs:
348
cli-compile-flags: |
349
- --output-dir=${{ env.BUILD_PATH }}
350
351
+ - name: List exported artifacts
352
+ run: ls ${{ env.BUILD_PATH }}
353
+
354
- name: Write data to size trends report spreadsheet
355
# Update report on every push to the master branch
356
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
0 commit comments