ci: Upload the bundle treemap visualization browser-viewable (#2617)
This commit is contained in:
@@ -84,10 +84,11 @@ jobs:
|
|||||||
name: advanced-camera-card
|
name: advanced-camera-card
|
||||||
path: dist/*.js
|
path: dist/*.js
|
||||||
|
|
||||||
# When this issue is fixed, it would be useful to upload visualizations:
|
# Uploaded unarchived so the self-contained treemap can be viewed directly
|
||||||
# https://github.com/actions/upload-artifact/issues/14
|
# in the browser rather than downloaded and unzipped. The artifact is
|
||||||
# - name: Upload visualizations
|
# named after the file, as `name` is ignored when `archive` is false.
|
||||||
# uses: actions/upload-artifact@v7
|
- name: Upload bundle visualization
|
||||||
# with:
|
uses: actions/upload-artifact@v7
|
||||||
# name: advanced-camera-card
|
with:
|
||||||
# path: visualizations/*.html
|
path: visualizations/treemap.html
|
||||||
|
archive: false
|
||||||
|
|||||||
Reference in New Issue
Block a user