Skip to content

Commit a55f9cc

Browse files
committed
fix build action
1 parent f493a82 commit a55f9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
if: startsWith(github.ref, 'refs/tags/v')
4747

4848
- name: Run PlatformIO
49-
run: pio run -e denky32
49+
run: pio run -e esp32dev
5050

5151
- name: Rename firmware
52-
run: cp .pio/build/denky32/firmware.bin esp32.bin
52+
run: cp .pio/build/esp32dev/firmware.bin esp32.bin
5353

5454
- name: Release
5555
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)