From 5f71b2f7b114fc965dad01c9f9f27287b15b0947 Mon Sep 17 00:00:00 2001 From: ChrGri Date: Fri, 12 Jul 2024 12:37:03 +0200 Subject: [PATCH] bugfix #9 --- .github/workflows/platformio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index cc3db429..241b0954 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