diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index 241b0954..6a5811a3 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -44,7 +44,7 @@ jobs: # zip plugin binaries - name: ZIP files run: | - 7z a ./Helper/zip/esp32.zip @./Helper/zip/filelist_esp32.txt + 7z a ./Helper/zip/esp32.zip "@./Helper/zip/filelist_esp32.txt" # 7z a ./Helper/zip/esp32s3.zip @Helper/zip/filelist_esp32s3.txt # 7z a./Helper/zip/esp32_speedcrafter.zip @Helper/zip/filelist_esp32_speedcrafter.txt