Browse Source

fix github actions for new binary paths

pull/150/head
tastendruecker123 3 years ago
parent
commit
dc2cdf0bc2
  1. 2
      tools/esp8266/scripts/getVersion.py

2
tools/esp8266/scripts/getVersion.py

@ -18,7 +18,7 @@ def readVersion(path, infile):
os.mkdir(path + ".pio/build/out/")
versionout = version[:-1] + "_esp8266_release1.bin"
versionout = version[:-1] + "_esp8266_release.bin"
src = path + ".pio/build/esp8266-release/firmware.bin"
dst = path + ".pio/build/out/" + versionout
os.rename(src, dst)

Loading…
Cancel
Save