Skip to content

Commit

Permalink
bugfix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrGri committed Jul 12, 2024
1 parent 88c572f commit 5f71b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5f71b2f

Please sign in to comment.