Skip to content

Commit 3475246

Browse files
wendevlinsairon
andauthored
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>
1 parent 20ea71f commit 3475246

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_frontend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
fileName: home_assistant_frontend_supervisor-${{ needs.check-version.outputs.latest_version }}.tar.gz
6565
extract: true
6666
out-file-path: supervisor/api/panel/
67+
- name: Remove release assets archive
68+
run: |
69+
rm -f supervisor/api/panel/home_assistant_frontend_supervisor-*.tar.gz
6770
- name: Create PR
6871
uses: peter-evans/create-pull-request@v7
6972
with:

0 commit comments

Comments
 (0)