Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
74th committed Feb 12, 2024
1 parent b628e03 commit c1898a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/m5dial-simple-pointer')
with:
files: |
m5dial-simple-pointer.bin
m5dial-simple-pointer/m5dial-simple-pointer.bin
body: |
```
esptool.py --chip esp32s3 write_flash -z 0 m5dial-simple-pointer.bin
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/m5stackcore2-simple-pointer')
with:
files: |
m5stackcore2-simple-pointer.bin
m5stackcore2-simple-pointer/m5stackcore2-simple-pointer.bin
body: |
```
esptool.py --chip esp32 write_flash -z 0 m5stackcore2-simple-pointer.bin
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/m5dial-pimoroni-trackball-compatible')
with:
files: |
m5dial-pimoroni-trackball-compatible.bin
m5dial-pimoroni-trackball-compatible/m5dial-pimoroni-trackball-compatible.bin
body: |
```
esptool.py --chip esp32s3 write_flash -z 0 m5dial-pimoroni-trackball-compatible.bin
Expand Down

0 comments on commit c1898a8

Please sign in to comment.