Skip to content

Commit 3f69d48

Browse files
committed
fix: Fix build
1 parent e9417af commit 3f69d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build display
4545
run: pio run -e display
4646
- name: Build headless
47-
run: pio run -e display-display
47+
run: pio run -e display-headless
4848
- name: Rename firmware files
4949
run: |
5050
mv .pio/build/controller/firmware.bin out/board-firmware.bin

0 commit comments

Comments
 (0)