Skip to content

Commit 4c4aa75

Browse files
ci: allow additional tag naming formats
1 parent 13a8450 commit 4c4aa75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*.*.*.*'
7+
- 'v*.*.*.*-*'
78

89
permissions:
910
contents: write
@@ -113,5 +114,5 @@ jobs:
113114
### Command
114115
115116
```bash
116-
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
117118
```

0 commit comments

Comments
 (0)