trying to fix upload-artifact
All checks were successful
build / build (push) Successful in 4m2s

This commit is contained in:
cheetah 2025-04-02 00:29:31 +02:00
parent 37aa8a82f7
commit e0e353b498

View file

@ -37,7 +37,7 @@ jobs:
working-directory: /workspace/smartPOC/smartPOC-tx/.pio/build/ttgo-lora32-v2_nodwd_mowas_noscreen/
run: pio pkg exec -- esptool.py --chip ESP32 merge_bin -o merged-flash.bin --flash_mode dio --flash_size 4MB 0x1000 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin
- uses: actions/upload-artifact@v4.6.2
- uses: actions/upload-artifact@v3-node20
with:
name: firmware
path: |