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 13a8450 commit 4c4aa75Copy full SHA for 4c4aa75
.github/workflows/builds.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- 'v*.*.*.*'
7
+ - 'v*.*.*.*-*'
8
9
permissions:
10
contents: write
@@ -113,5 +114,5 @@ jobs:
113
114
### Command
115
116
```bash
- python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 bugcon_${{ env.TAG_NAME }}.bin
117
+ python -m esptool --chip esp32c6 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 minino_${{ env.TAG_NAME }}.bin
118
```
0 commit comments