1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Add artifact upload step for frontend build in CI workflow (#29034)

This commit is contained in:
Wendelin
2026-01-16 17:30:37 +01:00
committed by GitHub
parent 8f69cbb6c1
commit 8221ca8971

View File

@@ -94,6 +94,13 @@ jobs:
name: frontend-bundle-stats
path: build/stats/*.json
if-no-files-found: error
- name: Upload frontend build
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: frontend-build
path: hass_frontend/
if-no-files-found: error
retention-days: 7
supervisor:
name: Build supervisor
needs: [lint, test]