Skip to content

Commit c56a67c

Browse files
committed
Fix frontend workflow
1 parent 83bb104 commit c56a67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
repository: 'home-assistant/frontend'
6363
tag: ${{ needs.check-version.outputs.latest_version }}
64-
fileName: home_assistant_frontend_supervisor-${{ needs.check-version.outputs.latest_version }}.tar.gz
64+
fileName: home_assistant_frontend_landingpage-${{ needs.check-version.outputs.latest_version }}.tar.gz
6565
extract: true
6666
out-file-path: rootfs/usr/share/www/
6767
- name: Create PR

0 commit comments

Comments
 (0)