Skip to content

Commit

Permalink
Fix folder path for build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jan 3, 2024
1 parent fa36a52 commit af34017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Build the ESPHome firmwares for the Home Assistant Glow project.
name: Build firmware
name: Build & Deploy firmware

on:
push:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
working-directory: static

- name: Copy firmware files to build assets
run: cp -R output/* build/assets
run: cp -R output/* static/build/assets
- name: ⬆️ Upload pages artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit af34017

Please sign in to comment.