Skip to content

Commit

Permalink
Fix frontend workflow (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendevlin authored Mar 7, 2025
1 parent 83bb104 commit 296511d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
repository: 'home-assistant/frontend'
tag: ${{ needs.check-version.outputs.latest_version }}
fileName: home_assistant_frontend_supervisor-${{ needs.check-version.outputs.latest_version }}.tar.gz
fileName: home_assistant_frontend_landingpage-${{ needs.check-version.outputs.latest_version }}.tar.gz
extract: true
out-file-path: rootfs/usr/share/www/
- name: Create PR
Expand Down

0 comments on commit 296511d

Please sign in to comment.