We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f493a82 commit a55f9ccCopy full SHA for a55f9cc
.github/workflows/build.yml
@@ -46,10 +46,10 @@ jobs:
46
if: startsWith(github.ref, 'refs/tags/v')
47
48
- name: Run PlatformIO
49
- run: pio run -e denky32
+ run: pio run -e esp32dev
50
51
- name: Rename firmware
52
- run: cp .pio/build/denky32/firmware.bin esp32.bin
+ run: cp .pio/build/esp32dev/firmware.bin esp32.bin
53
54
- name: Release
55
uses: softprops/action-gh-release@v1
0 commit comments