Remove release assets tarball on frontend update (#5743)

* Remove release assets tarball on frontend update

* Fix path to the removed tarball

---------

Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
This commit is contained in:
Wendelin 2025-03-12 10:10:27 +01:00 committed by GitHub
parent 20ea71f7ff
commit 34752466d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,9 @@ jobs:
fileName: home_assistant_frontend_supervisor-${{ needs.check-version.outputs.latest_version }}.tar.gz
extract: true
out-file-path: supervisor/api/panel/
- name: Remove release assets archive
run: |
rm -f supervisor/api/panel/home_assistant_frontend_supervisor-*.tar.gz
- name: Create PR
uses: peter-evans/create-pull-request@v7
with: