Skip to content

Commit

Permalink
ci: remove $
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Jun 7, 2024
1 parent bf099fb commit 4dee8e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compile-sketches-platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
cd ArduinoIoTCloud/extras/tools
ls -lah ${{ github.workspace }}/senseBox-bike-atrai-v2/.pio/build/sensebox_mcu_esp32s2/
python3 lzss.py --encode ${{ github.workspace }}/senseBox-bike-atrai-v2/.pio/build/sensebox_mcu_esp32s2/firmware.bin ${{ runner.temp }}/firmware.bin.lzss
python3 bin2ota.py ESP32 $${{ runner.temp }}/firmware.bin.lzss ${{ runner.temp }}/firmware.ota
python3 bin2ota.py ESP32 ${{ runner.temp }}/firmware.bin.lzss ${{ runner.temp }}/firmware.ota
mv ${{ runner.temp }}/firmware.ino.ota ${{ github.workspace }}/senseBox-bike-atrai-v2/.pio/build/sensebox_mcu_esp32s2/senseBox-bike-atrai-v2.bin.ota
mv ${{ github.workspace }}/senseBox-bike-atrai-v2/.pio/build/sensebox_mcu_esp32s2/firmware.bin ${{ github.workspace }}/senseBox-bike-atrai-v2/.pio/build/sensebox_mcu_esp32s2/senseBox-bike-atrai-v2.bin
Expand Down

0 comments on commit 4dee8e8

Please sign in to comment.