Skip to content

Commit 4dcb8ff

Browse files
committed
Rename artifacts, manually install intelhex
1 parent dede53a commit 4dcb8ff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/DBTFT-pio-build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,15 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install --upgrade platformio
24-
25-
- name: Run esptoolpy
26-
run: pio pkg exec --package "platformio/tool-esptoolpy@~1.40501.0" -- esptool.py version
24+
pip install --upgrade intelhex
2725
2826
- name: Build PlatformIO Project D1
2927
run: pio ci -c ./examples/DBTFT/platformio.ini -e d1_mini --build-dir /tmp/pio-build --keep-build-dir ./examples/DBTFT/src
3028

3129
- name: Upload esp8266
3230
uses: actions/upload-artifact@v4
3331
with:
34-
name: esp8266.bin
32+
name: ESP8266-ILI9341
3533
path: /tmp/pio-build/.pio/build/d1_mini/firmware.bin
3634

3735
- name: Build PlatformIO Project CYD 9341
@@ -40,7 +38,7 @@ jobs:
4038
- name: Upload CYD-ILI9341
4139
uses: actions/upload-artifact@v4
4240
with:
43-
name: CYD-9341.bin
41+
name: CYD-ILI9341
4442
path: /tmp/pio-build/.pio/build/2432s028r/firmware.bin
4543

4644
- name: Build PlatformIO Project CYD 7798
@@ -49,5 +47,5 @@ jobs:
4947
- name: Upload CYD-ST7798
5048
uses: actions/upload-artifact@v4
5149
with:
52-
name: CYD-7798.bin
50+
name: CYD-ST7798
5351
path: /tmp/pio-build/.pio/build/2432s028r_dualusb/firmware.bin

0 commit comments

Comments
 (0)